/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

body
{
 padding-right: 0px; 
 padding-left: 0px; 
 font-size: 12px; 
 padding-bottom: 0px; 
 padding-top: 0px; 
 font-family: Century, 'Times New Roman', Verdana; 
/* position: relative; 
 height: 0px; 
 background-color: transparent;*/
 text-align:center;
}
td.rellIzq{
	background-image: url(../img/fondo_izq.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	background-attachment: scroll;
}
td.titulo_Combo_Productos
{
	font-size:14px;
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-align:left;
	font-style:italic;
	height:35px;
	font-family: Century, 'Times New Roman', Verdana; 
}
td.texto_Combo_Productos
{
	font-size:12px;
	color: #333333;
	padding-left:10px;
	/*font-weight:bold;*/
	text-align:left;
	font-style:italic;
	height:35px;
	font-family: Century, 'Times New Roman', Verdana; 
}


td.rellDer{
	background-image: url(../img/fondo_der.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-attachment: scroll;
}

#alingcenter { margin:0 auto 0 auto; width:100%; }
.Contenedor
{
 width:100% ; /* O el ancho que quieras */
 margin : 0 auto 0 auto;   
}

.Fondo
{
	background : #e3c820;
	}
/*
.Blanco 
{
	 background-image:url(Images/spacer.gif);
	 height :1px;
}
*/

td.FondoHeader
{
	 background-image:url(Images/headerbarra.jpg);
	 vertical-align :middle ;
	 /*background-repeat :no-repeat ;*/
	 height :105px;
	}
	
td.FondoFooter
{
	 background-image:url(Images/footerfondo.jpg);
	 vertical-align :middle ;
	}
	
.TituloCuadroAmarillo
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :bold;
	font-style :italic ; 
	font-size :20px;
	color : White ;
}

.TituloCuadroNegro
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :bold;
	font-style :italic ; 
	font-size :14px;
	color : #e3c820 ;
}

.DescripcionCuadroNegro
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :normal ;
	font-style :italic ; 
	font-size :14px;
	color : White ;
}


.DescripcionCuadroAmarillo
{
	font-family : Century, 'Times New Roman', Verdana ;
	font-weight :bold;
	font-style :italic ; 
	font-size :14px;
	color : #616262 ;
}


.Simbolo
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :normal;
	font-style :italic ; 
	font-size :14px;
	color : #c5ab0c ;
}

.TituloPagina
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :bold;
	font-style :italic ; 
	font-size :30px;
	color : #c5ab0c ;
}

.SubTituloPagina
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight :bold;
	font-style :italic ; 
	font-size :20px;
	color : #c5ab0c ;
}

.Nota
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight : normal  ;
	font-style: italic ;
	font-size : 10px;
	color : #616262 ;
}


.DescripcionPagina
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight : normal  ;
	font-style: italic ;
	text-align: justify ;
	font-size : 14px;
	color : #616262 ;
}

.DescripcionControles
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight : normal  ;
	font-style: italic ;
	text-align: justify ;
	font-size : 10px;
	color : #616262 ;
}

.DescripcionDatosChicos
{
	font-family : Century, 'Times New Roman', Verdana;
	font-weight : normal  ;
	font-style: italic ;
	text-align: justify ;
	font-size : 11px;
	color : #616262 ;
}

select {
	font-family: Century, "Times New Roman", Verdana;
	font-size: 12px;
	width:165px;
}

.MsgError
{
	font-family: Century, "Times New Roman", Verdana;
	font-size:10px;
	color:Red;
	font-style:normal ;
}
