/*cont dcho*/
#contentUp
{
    float: right;
    width: 530px;
    padding-top: 40px;
    margin-right: 0px;
	height: 38px;
	background: #5d5d5d url(images/arriba.jpg) no-repeat;
}
#contentDown
{
float: right;
    width: 530px;
    padding-top: 40px;
    margin-right: 0px;
	height: 21px;
	background: #5d5d5d url(images/abajo.jpg) no-repeat;
}

#content {
    float: right;
    width: 500px;
	*width: 492px;
    margin-right: 0px;
	background: #5d5d5d url(images/centro.jpg) repeat-y;
	padding-left: 15px;

	padding-right: 15px;

}

* html #content {
    margin-right: 4px;
}

#content h2 {
    line-height: 1;
    margin: 0px;
	margin-left:10px;
    padding: 20px 2px 0px 0px;
}

#content h3 {
	/*margin: 10px 0px;
	padding: 5px 0px 5px 5px;
	text-transform: capitalize;
	font-size:14px;
	background-color:#4B088A;
	background: #5d5d5d url(images/fondotitulos.png) ;
	color:white;*/
	text-transform: UPPERCASE;
	
	background: #410076;
	background: #5d5d5d url(images/fondotitulos.jpg) ;
	-moz-border-radius: 8px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 1em;
	text-align: center;
}

#content li {
    margin: 15px 0px 15px 25px;
    padding: 0px;  
    font-size:12px;	
	color: #2E2E2E;
	line-height: 1.5em;
}

#content p {
    margin: 10px 0px;
    padding: 0px;   
    font-size:12px;	
	color: #2E2E2E;
	line-height: 1.5em;
}



#content .contentbox {

    border: 0px solid #e1e1e1;
    border-top: none;
    padding: 5px 20px 10px 20px;

}

* html #content .contentbox {
    padding-bottom: 11px;
}

#content, #content a {
    color: #FFFFFF;
}

#content a:hover {
    color: #000;
}

#estasEn 
{
    float: right;
    width: 490px;
    margin-right: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: -15px;
	color: white;
	font-weight: bold;
	text-align: right;
}

#estasEn a 
{
	color: white;
	font-weight: bold;
	text-decoration:none;
	color: white;
}

/*cont dcho*/

/*home*/
#content p.noticias {
    margin: 10px 0px;
    padding: 0px;   
	max-height:90px;
	overflow-y:hidden;
	line-height: 1.5em;

}

#content p.mas {
    margin: 0px 0px 20px 0px;
    padding: 0px;   
	background-color:#E63756;
	text-align: right;
	color: #FFFFFF;
	height: 20px;
}
/*home*/
/*clases*/
#content h3.clases {
	font-size:16px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

#content p.clases {
    margin: 10px 0px;
    padding: 0px;   
	overflow-y:hidden;
}
/*clases*/
/*profesores*/
#profesores_tabla, #inscripcion_tabla{
	color:#333;
	margin-bottom: 20px;
}

#profesores_tabla a, #inscripcion_tabla a{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

#profesores_tabla a:hover, #inscripcion_tabla a:hover{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

#profesores_tabla td, #inscripcion_tabla td{
	text-align: center;
	width: 33%;
	height: 38px;
}

#profesores_foto{
	float:left;
	padding:10px;
}

#profesores_datos{
	padding:10px;
	margin-left: 10px;
	font-size: 14;
	float: right;
	
}

#profesores_datos a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	
}

#profesores_curriculum{

}
/*profesores*/

/*contacto*/

input.boton
{
	margin-left: 190px;
	margin-top:20px;
	font-weight: bold;
}

#contacto
{
	float:left;
	width:100%;
	color: #333;
	font-size: 10px;
	font-weight:bold;
	background: url(images/contacto.jpg) repeat-y;
}
#contacto input.obligatorio, #contacto textarea.obligatorio
{
	background-color: #F5A9A9;
}

#mapa
{
	margin-top: 15px;
	padding: 10px;
	background-color: #E63756;
	float:left;
}

#dondeEstamos
{
	margin-top: 15px;
	padding: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

/*contacto*/

/*enlaces*/
#enlaces{
	
	font-weight: bold;
	text-align:center;
}
#enlaces p{
font-size: 11px;
}
#enlaces a{
	font-size: 14px;
	color: #FFF;
}

#enlaces a:hover{
	color:#FFF;
}

a.enlaces:hover {
    background-color:#520293;
    text-decoration:none;
    font-weight: bold;
	color: #FFF;
}
a.enlaces:link {
    color:yellow;
    text-decoration: none;
    font-weight: bold;
	color: #FFF;
}
  
a.enlaces:visited{
     color:yellow;
     text-decoration: none;
     font-weight: bold;
	 color: #FFF;
  }

img.enlace{
	border: 5px solid #FFF;
	margin-bottom: 20px;
}
/*enlaces*/
