/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
HTML , body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0px;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body{
	background-image: url(../img/fondoindex.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #444444;
	font-weight: normal;
}

a{
	font-weight: normal;
	color:#206072;
	text-decoration:underline;
}	

a:hover {
    color: #e4115f;
	text-decoration:none;
}

#cuerpo{
	width:1000px;
	padding-top: 40px;
	margin: 0px auto 0px auto;
}

.cuerpomed1{
	width:500px;
	background-image: url("/img/index1.gif");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 540px;
	float: left;
}

.cuerpomed2{
	width:500px;
	background-image: url("/img/index2n.gif");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 540px;
	float: left;
}

.entrar{
	text-align: center;
	padding-top: 450px;
	padding-left: 150px;
}

.enter{
	text-align: center;
	padding-top: 450px;
	padding-right: 150px;
}

.pie{
	text-align: center;
	/*background-image: url("/img/lineapie.gif");
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 20px;
	padding-top:30px;*/	
	color: #FFFFFF;
}

.cf{
	background-color: #232323;
	padding: 10px;
}
