
* { padding: 0; margin: 0; }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
}

body {
	background: #E6E7E8 url('../images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background: -moz-radial-gradient(center, ellipse cover,  #e2e2e2 0%, #dbdbdb 40%, #d1d1d1 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e2e2e2), color-stop(40%,#dbdbdb), color-stop(100%,#d1d1d1));
	background: -webkit-radial-gradient(center, ellipse cover,  #e2e2e2 0%,#dbdbdb 40%,#d1d1d1 100%);
	background: -o-radial-gradient(center, ellipse cover,  #e2e2e2 0%,#dbdbdb 40%,#d1d1d1 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #e2e2e2 0%,#dbdbdb 40%,#d1d1d1 100%);
	background: radial-gradient(center, ellipse cover,  #e2e2e2 0%,#dbdbdb 40%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=1 ); */
}

p {
padding: 20px 0 0 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a{
text-decoration: none;
color:#7F99C7;
}

input {
border: 0px solid #999999;
text-decoration:none;
cursor: pointer;
}

a{
text-decoration:none;
}

img{
	border: 0;
}
ul{
display: block;
list-style-type:none;
}


#wrapper { 
margin: 0 auto;
width: 950px;
}



#header {
width: 950px;
float: left;
height: 354px;
}



#logo img {
border:0px;
padding:10px 0 0 10px;
}

/*--------------------------------------------- */
#content { 
float: left;
height: auto;
min-height:450px;
width: 950px;
display: inline;
background: url('../images/fondocuerpo.png') repeat-y;
}

#col1 ,#col2 ,#col3{ 
float: left;
height: auto;
min-height:250px;
width: 305px;
}

#col2 ul{
list-style-type: circle;
padding: 20px 0 0 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

.izq { 
width: 450px;
float: left;
min-height:350px;
text-align: right;
}

.drc { 
width: 500px;
float: right;
min-height:350px;
}

.destacado{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#7F99C7;
font-weight:bold;
}
/*--------------------------------------------- */
#footer { 
padding-top:100px;
padding-bottom: 20px;
background: url('../images/atencion_continuada_urgencias_923160059.png') no-repeat 5px 10px;
width: 950px;
clear: both;
text-align:center;
}

/*--------------------------------------------- */

