.titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	text-shadow: #00CC66;
	color: #660000;
	text-decoration:none;
}

.titulopeque {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}

.errorpeque {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FF0000;
	text-decoration:none;
}

.tachado {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FF0000;
	text-decoration:line-through;
}

.textopeque {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 0;
	font-size: 9px;
	text-decoration:none;
}
/*********************************
*             ENLACES            *
*********************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#006600;
	text-decoration: none;
	background-color:#77FFAA;
	border-bottom-width:thin;
	
}

.enlaceoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AA1111;
	text-decoration: none;
}
/*********************************
*   ETIQUETAS PARA FORMULARIOS   *
*********************************/
.boton { 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color:#993300;
	border: 2px #993300 solid; 
	background-color: #FFCC66; 
	font-weight: bold;
}
.cuadro { 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color:#993300;
	border: 2px #993300 solid; 
	background-color: #FFee88; 
	font-weight: bold;
}
.etiqueta { 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color:#993300;
	font-weight: bold;
}
.comentario { 
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 9px; 
	color:#993300;
	font-weight: normal;
}
/*************************/
/*                       */
/*    MENU PRINCIPAL     */
/*                       */
/*************************/

#menu_css {
/*color: #FFCC99*/
	border: 1px solid #DDDDDD;/*Palote de la izquierda*/
	border-width: 1px 1px 0 8px;/*top, right, bottom, left*/
	width: 130px;/*47+40*/
	font: 30% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 5px;
	background:#DDDDDD;/*Fondo de las celdas*/
	
}

#menu_css ul, li {
	list-style-type: none;
}

#menu_css ul {
	margin: 0;/*Margen superior del menu-No tocar*/
	padding: 0;/*margenes laterales-No tocar*/
}

#menu_css li {
	border-bottom: 1px solid #DDDDDD;/*Lineas interenlaces*/
	height: 23px;/*Tistancia entre top y top de enlaces*/
}

#menu_css a {
	text-decoration: none;
	color: #555555;/*Color del texto de los enlaces*/
	background: #FFFFFF;/*Color de fondo del enlace, se superpone a la celda*/
	display: block;
	padding: 3px 6px;
	width: 118px;/*65+40*/
	height: 15px;
}

#menu_css a:hover {
	background: #0099FF;/*Color del fondo del enlace ratón sobre*/
	color: #003366;/*Color del texto del enlace ratón sobre*/
}
/*************************/
/*                       */
/*    MENU NODOFOTOS     */
/*                       */
/*************************/

#menu_foto {
	/*color: #FFCC99*/
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 0 6px;/*top, right, bottom, left*/
	width: 117px;/*47+40*/
	font: 30% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 5px;
	background-color: #CCCCCC;
}

#menu_foto a {
	text-decoration: none;
	color: #555555;
	padding: 3px 6px;
	text-indent: -6px;
}

#menu_foto a:hover {
	background:#DDDDDD;
	color: #2ca23e;
}

