/* CSS Document */
body { 
scrollbar-arrow-color : #CC0000;
scrollbar-3dlight-color : #DBDBDB;
scrollbar-highlight-color : #FFFFCC;
scrollbar-face-color : #FFFFCC;
scrollbar-shadow-color : #CC0000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #FFCC99;
}
#Cuerpo {
 width:528px;
background-color:#FFFFFF; 
}
#MenuDerecha {
width:125px;
background-color: #ffcc99;
}
 .MenuAzul, #MenuDerecha td {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffcc;
	color: #000000;
	font-size: 11px;
	text-align:left;
	border-botton: 1px solid #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc99;
}
#MenuDerecha th,.titulomenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color:#CC0000;	
}

.MenuAzul a,#MenuDerecha a{
font-family:Arial, Helvetica, sans-serif;
display:block;
color:#000000;
text-decoration: none;
}
.MenuAzul:link , #MenuDerecha a:link {
color:#000000;
text-decoration: none;
}
.MenuAzul a:visited, #MenuDerecha a:visited  {
color:#000000;
text-decoration:none;
}
.MenuAzul a:hover, #MenuDerecha a:hover {
text-decoration:underline;
background-color:#ff9900;
}
.tablamenu {
	background-color: #ffcc99;
}

.Cita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 0000C0;
}
.textotitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;	
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#suckerdiv{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}



/* Nuevo menú de psicologia*/

* html #suckerdiv li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

/* Holly Hack for IE \*/
* html .MenuPsicologia ul li { float: left; height: 1%; }
* html .MenuPsicologia ul li a { height: 1%; }
/* End */

#suckerdiv div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
width:350px;
}



.MenuPsicologia{
list-style-type: none;
margin: 0;
padding: 0;
background-color:#FC9;
}
.MenuPsicologia li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;	
	background-color: #FFFFCC;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffcc99;
	border-right-color: #ffcc99;
	border-bottom-color: #ffcc99;
	border-left-color: #ffcc99;
}

.MenuPsicologia li a:hover{
background-color: #FF9900;
}
.MenuPsicologia li.titulomenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		display: block;
	width: 100%;
	color: #FFFFFF;
	text-align: center;	
	background-color:#CC0000;	

}