/* CSS Document */

body 
{
	font-family: arial, helvetica, serif;
}

body.dia
{
	background: #02C6FF url(imagenes/fondo-dia.gif) repeat-x top left;
}

body.noche
{
	background: #03607B url(imagenes/fondo-noche.gif) repeat-x top left;
}


#contenedor
{
	width: 760px;
	margin: 5px auto 5px auto;
	background-color: #FFFFFF;
}

#titulo
{
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(imagenes/banner.jpg) no-repeat;
}


#logo, #frase {
margin: 0;
padding: 0;

}

#logo {
	float: left;
	padding: 10px 0 10px 10px;
}


#frase {
	float: right;
	height: 100px;
	font-size: 40px;
	color: #FFFFFF;
	padding: 45px 10px 15px 0;
}

* html #frase
{
	padding: 45px 10px 5px 0;
}

#menu
{
	width: 760px;
	height: 25px;
	margin: 0px;
	background-color: #FF6000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a
{
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
	height: 21px;
	padding: 5px 5px 5px 10px;
}



#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 5px;
	padding: 0;
	filter: alpha(opacity=95); 
	opacity: .95;
	}

#menu li li {
	border-bottom: 1px solid #CCCCCC;
	height: 15px;
	width: 130px;

}

#menu li ul
{
	background-color: #0182CB;

}

body.noche #menu li ul
{
	background-color: #03607B;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 25px;
	left: 5px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menu li li:hover
{
	background-color: #222222;
}

* html #menu li a:hover
{
	background-color: #222222;
	padding: 2px;
}

#contenido
{
	width: 750px;
	background-color: #FFFFFF;
	padding: 0px;
}

#contenido.contacto p
{
	font-size:  12px;
	padding: 50px 50px 0px 50px;
	line-height: 2em;	
}

#contenido.portada
{
	background: url(imagenes/portada.jpg) no-repeat 480px top;
	height: 400px;
}

#contenido.contacto ul
{
	margin-left: 60px;
	padding-bottom:  100px;
}

#contenido.contacto li
{
	font-size: 12px;
	list-style-type: none;
	padding-bottom:  10px;
	color:  #FF6000;
	font-weight: bold;
}

#contenido.portada p
{
	width: 400px;
	padding: 40px;
	line-height: 2em;
	font-size: 12px;
}

#contenido p strong
{
	color: #FF6000;
}

* html #contenido,
*+html #contenido
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#pie
{
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	font-size: x-small;
	color: #6C6C6C;
	text-align: center;
	border-bottom: 5px solid #FF6000;
}

table.rojo,
table.azul,
table.amarillo,
table.verde,
table.naranja
{
	padding: 5px 75px 5px 75px;
	width: 750px;
}

* html table.rojo,
*+html table.rojo,
* html table.amarillo,
*+html table.amarillo,
* html table.verde,
*+html table.verde,
* html table.naranja,
*+html table.naranja,
* html table.azul,
*+html table.azul
{
	width: 600px;
	padding: 0px auto 0px auto;
	align: center;
	margin-left: 75px;
}

table.rojo td.izqda,
table.amarillo td.izqda,
table.azul td.izqda,
table.verde td.izqda,
table.naranja td.izqda
{
	text-align: left;
	padding: 0 0 0 23px;
}

table.rojo td.izqda
{
	background: url(imagenes/rojo-3.jpg) repeat-y left;
}

table.azul td.izqda
{
	background: url(imagenes/azul-3.jpg) repeat-y left;
}

table.amarillo td.izqda
{
	background: url(imagenes/amarillo-3.jpg) repeat-y left;
}

table.verde td.izqda
{
	background: url(imagenes/verde-3.jpg) repeat-y left;
}

table.naranja td.izqda
{
	background: url(imagenes/naranja-3.jpg) repeat-y left;
}


* html table.rojo td.izqda,
*+html table.rojo td.izqda,
* html table.amarillo td.izqda,
*+html table.amarillo td.izqda,
* html table.verde td.izqda,
*+html table.verde td.izqda,
* html table.naranja td.izqda,
*+html table.naranja td.izqda,
* html table.azul td.izqda,
*+html table.azul td.izqda
{
	padding: 0 0 0 19px;
}

table.rojo td.dcha
{
	background: url(imagenes/rojo-4.jpg) repeat-y right;
}

table.azul td.dcha
{
	background: url(imagenes/azul-4.jpg) repeat-y right;
}

table.amarillo td.dcha
{
	background: url(imagenes/amarillo-4.jpg) repeat-y right;
}

table.verde td.dcha
{
	background: url(imagenes/verde-4.jpg) repeat-y right;
}

table.naranja td.dcha
{
	background: url(imagenes/naranja-4.jpg) repeat-y right;
}

table.rojo td.izqda ul li
{
	list-style-image: url(imagenes/punto-rojo.gif);
}

table.azul td.izqda ul li
{
	list-style-image: url(imagenes/punto-azul.gif);
}

table.amarillo td.izqda ul li
{
	list-style-image: url(imagenes/punto-amarillo.gif);
}

table.verde td.izqda ul li
{
	list-style-image: url(imagenes/punto-verde.gif);
}

table.naranja td.izqda ul li
{
	list-style-image: url(imagenes/punto-naranja.gif);
}



table.rojo th,
table.amarillo th,
table.verde th,
table.naranja th,
table.azul th
{
	height: 53px;
}


table.rojo th.izqda,
table.amarillo th.izqda,
table.verde th.izqda,
table.naranja th.izqda,
table.azul th.izqda
{
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 20px 60px;	
}

table.rojo th.izqda
{
	background: url(imagenes/rojo-1.jpg) no-repeat top left;
}

table.azul th.izqda
{
	background: url(imagenes/azul-1.jpg) no-repeat top left;
}

table.amarillo th.izqda
{
	background: url(imagenes/amarillo-1.jpg) no-repeat top left;
}

table.verde th.izqda
{
	background: url(imagenes/verde-1.jpg) no-repeat top left;
}
table.naranja th.izqda
{
	background: url(imagenes/naranja-1.jpg) no-repeat top left;
}

table.rojo th.dcha
{
	background: url(imagenes/rojo-2.jpg) no-repeat top right;
}

table.azul th.dcha
{
	background: url(imagenes/azul-2.jpg) no-repeat top right;
}

table.amarillo th.dcha
{
	background: url(imagenes/amarillo-2.jpg) no-repeat top right;
}

table.verde th.dcha
{
	background: url(imagenes/verde-2.jpg) no-repeat top right;
}
table.naranja th.dcha
{
	background: url(imagenes/naranja-2.jpg) no-repeat top right;
}

table.rojo td.pie-i,
table.amarillo td.pie-i,
table.verde td.pie-i,
table.naranja td.pie-i,
table.azul td.pie-i
{
	height: 17px;
}

table.rojo td.pie-i
{
	background: url(imagenes/rojo-5.jpg) no-repeat bottom left;
}

table.azul td.pie-i
{
	background: url(imagenes/azul-5.jpg) no-repeat bottom left;
}

table.amarillo td.pie-i
{
	background: url(imagenes/amarillo-5.jpg) no-repeat bottom left;
}

table.verde td.pie-i
{
	background: url(imagenes/verde-5.jpg) no-repeat bottom left;
}
table.naranja td.pie-i
{
	background: url(imagenes/naranja-5.jpg) no-repeat bottom left;
}

table.rojo td.pie-d,
table.amarillo td.pie-d,
table.verde td.pie-d,
table.naranja td.pie-d,
table.azul td.pie-d
{
	height: 17px;
}

table.rojo td.pie-d
{
	background: url(imagenes/rojo-6.jpg) no-repeat bottom right;
}

table.azul td.pie-d
{
	background: url(imagenes/azul-6.jpg) no-repeat bottom right;
}

table.amarillo td.pie-d
{
	background: url(imagenes/amarillo-6.jpg) no-repeat bottom right;
}

table.verde td.pie-d
{
	background: url(imagenes/verde-6.jpg) no-repeat bottom right;
}

table.naranja td.pie-d
{
	background: url(imagenes/naranja-6.jpg) no-repeat bottom right;
}


ul.portfolio
{
	margin-top: 25px;
	list-style-type: none;

}

ul.portfolio img, ul.portfolio a img
{
	border-style: none;
}

ul.portfolio a.texto
{
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	top: -100px;
	left: 30px;
	
	font-size: 12px;
	color:  #FF6000;
	font-weight: bold;
}

ul.portfolio a.texto:hover
{
	text-decoration: underline;
}

