@charset "utf-8";
/* CSS Document */

html,body{
width:100%; 
height:100%;
}

body{
margin:0 auto;
background-image:url(img/fondo.jpg);
background-position:top;
background-repeat:repeat-x;
}

.fondoflash{
background-image:url(img/fondoflash.jpg);
background-repeat:no-repeat;}

p{
margin:0;
padding:0;}

.table{
height:100%;}

.patrocinadores{
background-image:url(img/patro-fondo.jpg);
background-repeat:no-repeat;
background-position:left;}

.marginf{
margin-bottom:15px;}

.margsup{
margin-top:15px;}

.margvert{
margin:15px 0;}

.tdprinc{
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprinceq{
/*background-image:url(img/equipo.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincreg{
/*background-image:url(img/regatas.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincpat{
/*background-image:url(img/patrocinadores2.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprinccon{
/*background-image:url(img/contacto.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincgue{
/*background-image:url(img/guestbook.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincfo{
/*background-image:url(img/fotos.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincvi{
/*background-image:url(img/videos.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tdprincen{
/*background-image:url(img/enlaces.jpg);
background-repeat:no-repeat;
background-position:top left;*/
border-right:1px dotted #CCCCCC;
padding-right:20px;
}

.tddeg{
background-image:url(img/degradado.jpg);
background-repeat:no-repeat;
background-position:center bottom;
}

.normal{
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#5B7990;
text-align:left;
line-height:22px;
}

.noti-blog .normal {
	color:#213646
}

.texto{
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#5B7990;
text-align:left;
}

.texto a,
.texto a:link,
.texto a:visited {
	color:#5B7990;
	text-decoration:none;
	font-weight:bold
}
.texto a:hover {
	text-decoration:underline
}

.mini { font-size:11px}

.tabtexto{
margin-top:52px;}

.lineader{
border-right:1px dotted #CCCCCC;
padding:0 20px 0 0;}

.sinlineader{
padding:0 0 0 25px;}

textarea,input{
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#5B7990;
text-align:left;
border:1px solid #CCCCCC;
width:95%;
}

.input2{
width:90%;
}

.fondo1{
background-color:#F6F6F6;
border:1px solid #CCCCCC;
padding:15px;}

.fondo2{
border:1px solid #CCCCCC;
background-color:#ffffff;
padding:15px;}

form .requerido {
	background-color:#B3DDF6;	
}

#msjerror {
	display:none;
	color:#D16A03;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial;
}

.bloque {
	display:block	
}

a.enlace,
a.enlace:link,
a.enlace:visited {
	text-decoration:none;
}
a.enlace:hover {
	color:#00466A
}

.alignright { float:right}
.alignleft {float:left}