@charset "utf-8";
/* CSS Document */

#todo {
	height: 857px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFF;
}

#todo #encabezado {
	background-image: url(images/header.png);
	height: 199px;
	width: 900px;
	position: relative;
}

#todo #cuerpo {
	height: auto;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	top: auto;
	position: relative;
	border-top: dotted 2px  #FF0000;
	border-bottom: dotted 2px  #FF0000;
	border-left: dotted 2px  #FF0000;
}

#todo #cuerpo #subcuerpo1 {
	border-top-right-radius: 10px;  
 	border-bottom-right-radius: 10px;  
	background-color: #FFF;
	height: 725px;
	width: 181px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: dotted 1px  #FF0000;
	border-bottom: dotted 1px  #FF0000;
  	padding: 5 px;
	/*background-image: url(/portada/images/fondomenupp.png);*/
}

/* Menu principal */

#todo #cuerpo #subcuerpo1 #menuprincipal {
  font-family: Arial;
  background-color: #FFF;
  font-size: 12px;
}

#todo #cuerpo #subcuerpo1 #menuprincipal p {
  margin: 0px;
  padding:0px;  
  font-weight: bold;
}

#todo #cuerpo #subcuerpo1 #menuprincipal a {
  display: block;
  padding: 3px;
  width: 150px;
  background-color: #FFF;
  color: #999;
  text-align:center;
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-top: solid 1px #CCCCCC;
	border-top-right-radius: 10px;  
 	border-bottom-right-radius: 10px;     
}
	
#todo #cuerpo #subcuerpo1 #menuprincipal a:link, #menuprincipal a:visited {
  color: #999;
  text-decoration: none;
}

#todo #cuerpo #subcuerpo1 #menuprincipal a:hover {
  background-color: #F00;
  color: #FFF;
  font-weight: bold;
  width: 160px;
}

#todo #cuerpo #subcuerpo2 {
	border-top-left-radius: 10px;  
 	border-bottom-left-radius: 10px;   
	height: 730px;
	width: 690px;
	position: relative;
	left: 185px;
	top: 0px;
	border-left: dotted 1px  #FF0000;
	border-buttom: dotted 1px  #FF0000;
	background-color: #FFF;
	padding: 10px;
	overflow-y: scroll;
}


#todo #cuerpo #c_titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}

#todo #cuerpo #c_subtitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration:underline;
	line-height: normal;
	font-weight: bold;
	color: #F33;
}

#todo #cuerpo #c_descripcion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:justify
	line-height: normal;
	font-weight: normal;
	color: #666;
}

#todo #pieufps {
	/*background-image: url(/portada/images/fondopie.png);*/
	padding-top:2px;
	height: 60px;
	width: 900px;
	margin-top: 700	px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}

