/* CSS Document */

/* ----- GENERAL ----- */
Body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;	
	color: #fff;
	background-color: #d1005d;
	text-align: center;
}
html {
}

/* ----- LAYOUT (IDS) ----- */
#contenedor { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center;}
#contenedor01 {position:relative; left:0px; top:0px; width:100%; height:426px; background-color:#FFF;}
#contenido01 { position:relative; margin-left: auto; margin-right: auto; width: 1024px; height: 426px; background-color: #fff;}
#logo{position: relative; top:160px; margin-left: auto; margin-right: auto; width:500px; height:230px;}
#contenedor02 {position:relative; left:0px; top:10px; width:100%; height:250px;}
#contenido02 { position:relative; top:0px; margin-left: auto; margin-right: auto; width: 1024px; height: 250px;}

/* ----- CLASES ----- */
.texto {}
.titulo {
}

/* ----- ENCABEZADOS ----- */
h1{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:bold;}
h2{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; font-weight:normal;}
h3{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:bold;}
h4{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#FFF; font-weight:normal;}

/* ----- LISTAS ----- */
ul{
}
ul li{
}

/* ----- IMAGENES----- */
img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */
a{ font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:normal; text-decoration:none;}
a:hover{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:normal; text-decoration:underline;}
a:visited{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:normal; text-decoration:none;}
a:active{font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#FFF; font-weight:normal; text-decoration:none;}

/* ----- FORMULARIOS ----- */
form{
}
input{
}
textarea{
}

/* ----- TABLAS----- */
table{
}
thead{
}
td{
}

/* ----- OTRAS REDIFINICIONES ----- */
abbr{
}
blockquote{
}
strong{
}
