/**********************************************************************************/
/* Body y Cabecera */
/**********************************************************************************/
#body {
	background-image: url(imag_jpg/FondoWeb3.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#body #h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}
#body #contenedor {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#body #contenedor #cabecera {
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}


#body #contenedor #Fotocabecera {
	background-image:url(imag_png/Cab4.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceraindex {
	background-image:url(imag_png/Cab4.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceraindex p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#body #contenedor #Fotocabeceraindex.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}




#body #contenedor #Fotocabeceraweb {
	background-image:url(imag_png/CabWeb.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceraweb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#body #contenedor #Fotocabeceraweb.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}





#body #contenedor #Fotocabeceragrafico {
	background-image:url(imag_png/CabGrafico.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceragrafico p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#body #contenedor #Fotocabeceragrafico.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}





#body #contenedor #Fotocabeceraportafolio {
	background-image:url(imag_png/CabPortafolio.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceraportafolio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#body #contenedor #Fotocabeceraportafolio.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}





#body #contenedor #Fotocabeceracontacto {
	background-image:url(imag_png/CabContacto.png);
	width: 800px;
	background-repeat: no-repeat;
	height: 150px;
	margin-right: auto;
	margin-left: auto;

}
#body #contenedor #Fotocabeceracontacto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	width: 350px;
	height: auto;
	float: right;
	margin-right: 30px;
	margin-top: 40px;
}
#body #contenedor #Fotocabeceracontacto.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}

/*************************************************************************************/
/* Seccion del Menu Principal*/
/*************************************************************************************/
#body #menuPrincipal {
	background-color: #993300;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body #menu {
	list-style-image: none;
	list-style-type: none;
	padding-left: 100px;
	display: block;
	margin-top: 0;
}
#body #menu li{
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 20px;
}
#body #menu li a {
	display:block;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#body #menu li a:hover {
	color: #FFCC66;
}

/*************************************************************************************/
/* Seccion del Contenido*/
/*************************************************************************************/
#body #contenedor #contenido {
	margin-right: 225px;
	padding-bottom: 15px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	margin-left: 225px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}
#body #contenedor #contenido p {
	font-size: 12px;
	color: #777777;
	text-align: justify;
	line-height: 18px;
}
#body #contenedor #contenido h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993300;
}
#body #contenedor #contenido h4 {
	font-size: 20px;
	color: #0066FF;
}
#body #contenedor #contenido h5 {
	font-size: 13px;
}
#body #contenedor #contenido h6 {
	font-size: 11px;
}
#body #contenedor #contenido ul {
	font-size: 12px;
	line-height: 18px;
}
#body #contenedor #contenido #publi_contenido{
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}

#body #contenedor #contenidoContacto {
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
#body #contenedor #contenidoContacto p {
	font-size: 12px;
	color: #777777;
	text-align: justify;
	line-height: 18px;
}
#body #contenedor #contenidoContacto h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
}
#body #contenedor #contenidoContacto h4 {
	font-size: 20px;
	color: #0066FF;
}
#body #contenedor #contenidoContacto h5 {
	font-size: 13px;
}
#body #contenedo #contenidoContactor h6 {
	font-size: 11px;
}
#body #contenedor #contenidoContacto ul {
	font-size: 12px;
	line-height: 18px;
}
/*************************************************************************************/
/* Seccion de Noticias - seccion derecha de la Pagina*/
/*************************************************************************************/
#body #contenedor #noticias {
	float:right;
	width: 225px;
}
#body #contenedor #noticias #seccionNoticias {
	padding-left: 15px;
	margin: 0px;
}
#body #contenedor #noticias #seccionNoticias h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-indent: -20px;
	padding-left: 15px;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
}

#body #contenedor #noticias #seccionNoticias p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 15px;
	margin-top: 0px;
}

#body #contenedor #noticias #seccionNoticias h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	text-align: center;
}
#body #contenedor #noticias #seccionNoticias a {
	color: #0066FF;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
#body #contenedor #noticias #seccionNoticias a:hover {
	color: #FF6600;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;		
}




/*************************************************************************************/
/* Seccion Publicidad - seccion izquierda de la Pagina*/
/*************************************************************************************/
#body #contenedor #publicidad {
	float:left;
	width: 200px;
}
#body #contenedor #publicidad #seccionpublicidad {
	padding-left: 20px;

}
#body #contenedor #publicidad #seccionpublicidad h5 {
	color: #993300;
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

#body #contenedor #publicidad #seccionpublicidad p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 15px;
	margin-top: 0px;
}

#body #contenedor #publicidad #seccionpublicidad h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	text-align: center;
}
#body #contenedor #publicidad #seccionpublicidad a {
	color: #0066FF;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
#body #contenedor #publicidad #seccionpublicidad a:hover {
	color: #FF6600;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;		
}






/*************************************************************************************/
/* Pie de Pagina*/
/*************************************************************************************/
#body #PieBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
#body #PieBody a {
	color: #333333;
}
#body #pie {
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(imag_jpg/FondoWebPie.jpg);
	background-repeat: repeat-x;
	height: 70px;
	clear: both;
}
#body #pie p {
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}









/*************************************************************************************/
/*----CONTENIDO DE LOS TRES BOTONES----*/
/*************************************************************************************/


#body #contenido #ContenidoBotones{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #993300;
	height: 200px;
	padding-left: 60px;
	margin-top: 10px;
}

/*----DISEŅO----*/
#body #contenido #ContenidoBotones #diseno{
	float:left;
}

#body #contenido #ContenidoBotones #diseno p{
}
#body #contenido #ContenidoBotones #diseno p.boton{
	height: 160px;
	width: 124px;

}
#body #contenido #ContenidoBotones #diseno p.boton a{
	color:#FF0000;
	text-decoration:none;
	background-image: url(imag_jpg/WebBn1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 160px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}
#body #contenido #ContenidoBotones #diseno p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/WebColor1.jpg);
	background-repeat: no-repeat;
}




/*----GRAFICO----*/
#body #contenido #ContenidoBotones #grafico{
	float:left;
}

#body #contenido #ContenidoBotones #grafico p{
	height: 160px;
	width: 124px;
}
#body #contenido #ContenidoBotones #grafico p.view{
	height: 180px;
	width: 140px;
	margin: 0px;
}
#body #contenido #ContenidoBotones #grafico p.boton a{
	color:#56904F;
	text-decoration:none;
	background-image: url(imag_jpg/lapicesBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 160px;
	width: 124px;
}
#body #contenido #ContenidoBotones #grafico p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/lapicesColor.jpg);
	background-repeat: no-repeat;
}




/*----PORTAFOLIO----*/
#body #contenido #ContenidoBotones #portafolio{
	float:left;
}

#body #pie #ContenidoBotones #portafolio p{
}
#body #contenido #ContenidoBotones #portafolio p.boton{
	height: 160px;
	width: 124px;
}
#body #contenido #ContenidoBotones #portafolio p.boton a{
	color:#FF5600;
	text-decoration:none;
	background-image: url(imag_jpg/PortfolioBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 160px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}
#body #contenido #ContenidoBotones #portafolio p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/PortfolioColor.jpg);
	background-repeat: no-repeat;
}



/*----CONTACTO----*/
#body #contenido #ContenidoBotones #contacto{
	float:left;
}

#body #pie #ContenidoBotones #contacto p{
}
#body #contenido #ContenidoBotones #contacto p.boton{
	height: 160px;
	width: 124px;
}
#body #contenido #ContenidoBotones #contacto p.boton a{
	color:#3366CC;
	text-decoration:none;
	background-image: url(imag_jpg/contactoBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 160px;
	width: 124px;
	margin: 0px;
	padding: 0px;
}
#body #contenido #ContenidoBotones #contacto p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/contactoColor.jpg);
	background-repeat: no-repeat;
}


/***************************************************************************/


#body #contenidoContacto #ContenidoBotones{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #993300;
	margin-top: 30px;
	height: 200px;
	padding-left: 140px;
}

/*----DISEŅO----*/
#body #contenidoContacto #ContenidoBotones #diseno{
	float:left;
}

#body #contenidoContacto #ContenidoBotones #diseno p{
}
#body #contenidoContacto #ContenidoBotones #diseno p.boton{
	height: 160px;
	width: 124px;

}
#body #contenidoContacto #ContenidoBotones #diseno p.boton a{
	color:#FF0000;
	text-decoration:none;
	background-image: url(imag_jpg/WebBn1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 180px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#body #contenidoContacto #ContenidoBotones #diseno p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/WebColor1.jpg);
	background-repeat: no-repeat;
}




/*----GRAFICO----*/
#body #contenidoContacto #ContenidoBotones #grafico{
	float:left;
}

#body #contenidoContacto #ContenidoBotones #grafico p{
	height: 160px;
	width: 124px;
}
#body #contenidoContacto #ContenidoBotones #grafico p.view{
	height: 180px;
	width: 140px;
	margin: 0px;
}
#body #contenidoContacto #ContenidoBotones #grafico p.boton a{
	color:#56904F;
	text-decoration:none;
	background-image: url(imag_jpg/lapicesBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 180px;
	width: 140px;
}
#body #contenidoContacto #ContenidoBotones #grafico p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/lapicesColor.jpg);
	background-repeat: no-repeat;
}




/*----PORTAFOLIO----*/
#body #contenidoContacto #ContenidoBotones #portafolio{
	float:left;
}

#body #pie #ContenidoBotones #portafolio p{
}
#body #contenidoContacto #ContenidoBotones #portafolio p.boton{
	height: 160px;
	width: 124px;
}
#body #contenidoContacto #ContenidoBotones #portafolio p.boton a{
	color:#FF5600;
	text-decoration:none;
	background-image: url(imag_jpg/PortfolioBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 180px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#body #contenidoContacto #ContenidoBotones #portafolio p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/PortfolioColor.jpg);
	background-repeat: no-repeat;
}



/*----CONTACTO----*/
#body #contenidoContacto #ContenidoBotones #contacto{
	float:left;
}

#body #pie #ContenidoBotones #contacto p{
}
#body #contenidoContacto #ContenidoBotones #contacto p.boton{
	height: 160px;
	width: 124px;
}
#body #contenidoContacto #ContenidoBotones #contacto p.boton a{
	color:#3366CC;
	text-decoration:none;
	background-image: url(imag_jpg/contactoBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 180px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#body #contenidoContacto #ContenidoBotones #contacto p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/contactoColor.jpg);
	background-repeat: no-repeat;
}


#body #contenedor #contenidoContacto  {
	padding-right: 25px;
	padding-left: 25px;
	height: 280px;
	margin-top: 25px;
	margin-left: 115px;
	margin-right: 115px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}

/*#body #contenedor #anexo {
	width: 250px;
	float: right;
}*/
#body #contenedor #contenidoContacto img {
	float: right;
}
#body #contenedor #contenidoContacto p {
	width: 450px;
}











/*----CONTACTO de la parte Izquierda Publicidad----*/
#body #contenedor #ContenidoBotones #contacto{



	/*float:left;*/
}


#body #contenedor #publicidad #ContenidoBotones #contacto p.boton{
	height: 160px;
	width: 124px;
}
#body #contenedor #publicidad #ContenidoBotones #contacto p.boton a{
	color:#3366CC;
	text-decoration:none;
	background-image: url(imag_jpg/contactoBn.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 160px;
	width: 124px;
	margin-left: 40px;
}
#body #contenedor #publicidad #ContenidoBotones #contacto p.boton a:hover{
	color:#666666;
	text-decoration:none;
	background-image: url(imag_jpg/contactoColor.jpg);
	background-repeat: no-repeat;
}
#body #contenedor #PubliHorizontal {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
#body #contenedor #contenidoContacto #formulario {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
#body #contenedor #contenidoContacto #formulario #FormCesar {
	padding-left: 50px;
}
#body #contenedor #contenidoContacto #formulario p {
	color: #333333;
	padding-left: 50px;
}
