/* CSS Document */

body, td, th, div, span, p, a, input, select, textarea, h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", verdana, arial;
	font-size:12px;
	color:#4c6568;
}

body{
	margin:0 auto;
	text-align:center;
	background-color:#f6f9ff;
}

a, a:visited {
	text-decoration:none;
	color:#4c6568;
}
a:hover {
	text-decoration:underline;
	color:#8c8c8c;
}

#centrar_pagina{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:top;
	background-color:#FFFFFF;
}

td.barra_izq {
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(../imagenes/barra_izq.png);
}

td.barra_dch {
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(../imagenes/barra_dch.png);
}

td.barra_horizontal {
	height:21px;
	background-repeat:repeat-x;
	background-image:url(../imagenes/barra_horizontal.png);
}

td.barra_pie {
	background-repeat:repeat-x;
	background-image:url(../imagenes/barra_pie.png);
}

td.inf_izq {
	background-image:url(../imagenes/inf_izq.png);
	background-repeat:no-repeat;
	background-position:left top;
}

td.inf_dch {
	background-image:url(../imagenes/inf_dch.png);
	background-repeat:no-repeat;
	background-position:right top;
}


td.degradado_inf {
	background-repeat:repeat-x;
	background-image:url(../imagenes/degradado_inf.png);
}

.txtEnlace{
	color: #ffffff;
	font-size:14px;
}


#btnEnviar {
	background:transparent url(../imagenes/btn_enviar_burdeos.png) no-repeat scroll top;
	border:0px;
	height:42px;
	width:146px;
	color:#ffffff;
	font-size:14px;
}

#btnEnviar:hover {
	background:transparent url(../imagenes/btn_enviar_gris.png) no-repeat scroll top;
}


#pie p, a{
	font-size:10px;
}

.titulo_grande {
font-size: 15px;
color: #ff6600;
letter-spacing: 0em;
font-weight:bolder;
}

.gformstyle {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: inset;
border-right-style: inset;
border-bottom-style: inset;
border-left-style: inset;
border-top-color: #518dc5;
border-right-color: #518dc5;
border-bottom-color: #518dc5;
border-left-color: #518dc5;
background-attachment: fixed;
/*background-image: url();*/
font-family: Arial,Helvetica,sans-serif;
font-size: 10pt;
color: #00578b;
}

.formstyle3 {
font-family: arial,Helvetica;
font-size: 9pt;
text-decoration: none;
color: #00578b;
letter-spacing: 0em;
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #0d63f4;
border-right-color: #0d63f4;
border-bottom-color: #0d63f4;
border-left-color: #0d63f4;
}



