/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/



#header {
	background: url('http://cimaperformance.com/cimawp/imagenes/logoCIMA2.png') 50px 17px no-repeat;
	height: 130px;
}

#header h1		 { display: none;  }
#header .description { 
    padding-left:350px;
    padding-top:96px;
    font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size:22px; 
    font-style: italic; 
    font-weight:bold;
    color:#94172F
}

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
****/

.post h1,h2,h3,h4,h5,h6 { 
  color:#94172F; 
  font-weight:bold;
}

p { 
  color:#4C4C4C; 
}

#leftsb h6 {
  font-size:12px;
  text-align:center;
}

#leftsb p {
  font-size:10px;
}

#leftsb ul, #leftsb ul ol {
  margin:0;
  padding:25px 2px 0 0px;
}

#rightsb ul, #rightsb ul ol {
  margin:0;
  padding:15px 20px 0 5px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}


.entry ul{
    list-style-type:square;
}
.entry ul ul{
    list-style-type:circle;
}
.entry ul ul ul{
    list-style-type:disc;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

    div#frases {
	position:relative;
	height:345px;
	margin-left: 25px;
    color: #FFF;
    font-size: 24px;
}

	div#frases ul li {
	float:left;
	position:absolute;
	list-style: none;
}

    div#frases ul li.show {
	z-index:500
}

#slideshow {  
    width:   297px;  
    height:  427px;  
    padding: 0;  
    margin:  0;  
} 
 
#slideshow img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  265px; 
    height: 395px; 
    top:  0; 
    left: 0 
} 

#maincontentppal h2 		{ color: #3B4A25; border-bottom: 2px dotted #AAA; margin-bottom: 15px; }
#maincontentppal .post h2	{ margin-bottom: 5px; }
#maincontentppal .content 	{ padding: 25px 0px 20px 20px; }	
#maincontentppal { padding: 0 0 20px 0; }

#footer li {
display: inline;
padding: .5em;
}
#footer ul li {
    margin: 0 0 0 10px;
	padding: 2px 4px 2px 18px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

