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

body{
	background-color:#ffffff;
	margin: auto 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#fondo {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 20px 0;
}


#degradado {
	background-image: url(../images/degradadoPagina.jpg);
	height: 34px;
}

#sombra_izq {
	background-image:url(../images/shadowIzquierda.jpg);
	height: 625px;
	width: 27px;
	position:absolute;
	left: -28px;
	top: -1px;
}

#sombra_der {
	background-image:url(../images/shadowDerecha.jpg);
	height: 625px;
	width: 27px;
	position:absolute;
	right: -28px;
	top: -1px;
}

#contenedor {
	border: 1px solid #cccccc;
	width: 700px;
	margin: 0 auto;
	position:relative;
	background-color: #FFFFFF;
}

#cuerpo {
	position: static;
	clear:both;
}

#izquierda {
	float: left;
	width: 180px;
}

#logo {
	background-image:url(../images/logo.jpg);
	width: 95px;
	height: 158px;
	margin: 0 auto;	
}

#banner {
	width: 136px;
	margin: 0 auto;
	margin-top: 30px;	
	margin-bottom: 10px;
}

#alianzas {
	width: 136px;
	margin: 0 auto;
	margin-top: 10px;	
	margin-bottom: 10px;
}

#derecha {
	float: left;
	width: 500px;
}

#menu {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

#menu ul {
	padding: 0;
	margin: 0;
	height: 30px;
}

#menu li {
	list-style:none;
	display: inline;
	float:left;
	background-image: url(../images/botonFinal.jpg);
	width: 90px;
	height: 24px;
	margin: 0 5px;
}

#menu a {
	display: block;
	margin-left: 20px;
	padding-top: 4px;
	text-decoration:none;
}

#box_begin {
	background-image: url(../images/boxBegin.jpg);
	width: 491px;
	height: 14px;
	background-repeat:no-repeat;
}

p.nada{
	margin: 0;
	padding: 0;
	font-size: 0px;
}

#box_middle {
	background-image: url(../images/boxMiddle.jpg);
	width: 491px;
	margin: 0;
	padding: 0;
}

#textos {
	padding: 0 20px;
	text-align:justify;
}

#box_end {
	background-image: url(../images/boxEnd.jpg);
	width: 491px;
	height: 14px;
	margin-bottom: 10px;
	background-repeat:no-repeat;	
}

#footer {
	clear:both;
	height: 58px;
	background-color: #F3F7F8;
	margin-top: 10px;
}

#footer p {
	padding-left: 10px;
	padding-top: 10px;
	float:left;
}

#poweredby {
	float: right;
	width: 111px;
	height: 58px;
}
img {
	border:0;
}

.alianzas{
	width:100%;
	border:none;
	margin-top:20px;
}
.alianzas td{
	border:none;
	padding:10px;
	border-bottom:#CCCCCC 1px solid;
	text-align:center;
}
