/* CSS Document */

body {
 text-align:center; /* for IE */
 background:url(../imagenes/background.jpg);
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;			/* This removes the border around the viewport in old versions of IE */
 font-family:Verdana, Geneva, sans-serif;
 color:#666;
 font-size:.8em;    /*12px;*/
 text-decoration:none;
}

#elHeader {
 margin:0;
}

#elTop {
 margin:0 auto;
 width:984px;
 height:393px;	
}

.sombra {
 margin:0 auto;
 width:1002px;
 background-image:url(../imagenes/sombra.jpg);
 background-repeat:repeat-y;
}

#elWrapper {
 margin:-1px auto;
 width:984px;
 background-color:#FFF;
}

.cintaAzul {
 width:984px;
 height:160px;
 background-color:#7ad0e4;
}

.col_der, .col_izq {
 width:250px;
 padding:0 50px 0 50px; 
 text-align:left;
}

.col_der, .col_der1 { float:left; }

.col_izq, .col_izq1 { float:left; }

.col_cen { 
 float:left; 
 width:250px;
 text-align:left;
}

.col_der1, .col_izq1 {
 width:300px;
 text-align:left;
}

.col_cen1 { 
 float:left; 
 width:380px;
 text-align:center;
 padding:25px 0 0 0;
}

#elFooter {
 margin:2px auto;
 width:964px;
 height:200px;
 background-color:#2d9bb5;
 border-top-color:#006;
 border-top-style:inset;
 border-top-width:1px;
 padding:60px 0 0 25px;
 background-image:url(../imagenes/kids.png);
 background-position:bottom;
 background-repeat:no-repeat;
}

h1 {
 color:#FFF;
 font-size:1.3em;
 font-weight:bold;
 font-family:Verdana, Geneva, sans-serif;
 font-style:italic;
}

h2 {
 color:#5b6d71;
 font-size:1.4em;
 font-weight:bold;
 font-family:Verdana, Geneva, sans-serif;
 font-style:italic;
}

h3 {
 color:#333;
 font-size:1.5em;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
}

p {
 color:#698287;
 font-size:1.3em;
 font-weight:400;
 font-family:Arial, Helvetica, sans-serif;
 font-style:normal; 
}

p1 {
 color:#9e9e9e;
 font-size:2em;
 font-weight:500;
 font-family:Arial, Helvetica, sans-serif;
 font-style:normal; 
}

.imgLogoHosp { float:left; }

.col_inside {
 background-color:#ececec;
 padding:25px 25px 25px 25px;
}