/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/

#intro{
margin-left:0px;
float:left;
background-image:url(../img/encabcat.jpg);
background-repeat:no-repeat;
width:783px;
height:256px; /*fondo de la cabecera de la pagina */
}
.col_a{
width:400px;}

.col_b{
float:left;
margin:0;
padding:0;
padding-top:45px;}


p{
padding:0px;}

.amarillo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#743e09;
font-weight:bold; }

.tel{
font-size:15px;
font-weight:bold;}


input{
background-image: url(../img/sombreado_formu.jpg);
background-repeat:repeat-x;
background-position:top;
/*background-image: url(../img/images/sombra_left_07.jpg);
background-repeat:repeat-y;
background-position: left;
height:5px;*/
width:310px;
margin-bottom:10px;
}
textarea{
background-image: url(../img/sombreado_formu.jpg);
background-repeat:repeat-x;
background-position:top;
width:310px;
}

.boton_enviar{
background-image: url(../img/boton_11.jpg);

width:67px;
height:25px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #666666;
font-weight:bold;
margin-left:249px;
}

