/************************************************************************************************
Click!
Desarrollos Multimedia
www.clickmultimedia.net
2009
************************************************************************************************/

*{ padding: 0; /*margin: 0;*/}

html {height:100%;}

body{
	margin:0;
	padding:0;
	font:90% Arial, Helvetica, sans-serif;
	color:#000;
	background:#F6D4D4 url(../interfaz/back.jpg) center top repeat-x;
}

/************************************************************************************************
CONTAINER
************************************************************************************************/
#container{
	width:100%;
	margin:0 auto;
	background: url(../interfaz/bk.png) center 533px repeat-x;
}
#content p{
	line-height:1.4;
}


/************************************************************************************************
HEADER
************************************************************************************************/
#header {
	margin:0 auto;
	height:284px;
	width:980px;
/*	text-align:center;
	border:1px solid green;*/
}

#fotos{
	float:right;
	position:absolute;
	z-index:2;
	margin-left:323px;
}

/************************************************************************************************
CUERPO
************************************************************************************************/
#cuerpo{
	float:inherit;
	margin:0 auto;
	width:980px;
	height: auto!important;
	padding:20px 0 20px 0;
	background:url(../interfaz/blanco.gif) center 270px repeat-x;
/*	border:1px solid blue;*/
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/************************************************************************************************
SLIDER
************************************************************************************************/
#ctl00_slider{
	display:block;
	height:100px;
	margin:0 20px 15px 20px;
	background:#CA0000 url(../interfaz/sdBk.png) 0 0 repeat-x;
/*	border:1px solid blue;*/
}

#sliderDr{
	float:right;
	display:block;
	width:8px;
	height:100px;
	margin-top:-100px;
	background: url(../interfaz/sdDr.png) 0 0 no-repeat;
}

/************************************************************************************************
IZQUIERDA
************************************************************************************************/
#slideIzq {
	float:left;
	margin-left:20px;
	padding-top:15px;
	width:190px;
	background:#B32A20 url(../interfaz/menUp.jpg) left top no-repeat;
}

#navmenuEnd{
	display:block;
	width:190px;
	height:20px;
	background:#B32A20 url(../interfaz/menDw.jpg) left bottom no-repeat;
}

/************************************************************************************************
MAIN anterior => centro
************************************************************************************************/
#centro {
	float:left;
	margin-left:10px;
	width:555px;
	text-align:justify;
/*	border:1px solid #5E79B9;*/
}
#centro h1{
	padding:6px 0 0 0;
	margin:0 0 -10px 0;
	font:normal 26px Arial, Helvetica, sans-serif;
	line-height:25px;
	color:#CA0000;
}
#centro h2{
	margin:10px 0 0 0;
	font:normal 23px Arial, Helvetica, sans-serif;
	line-height:25px;
	color:#CA0000;
}
#centro h5{
	margin:10px 0 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#CA0000;
}

/* BANNER ---------------------------------------------------------------------------------------*/
#banner{
	margin-bottom:5px;
/*	display:block;
	width:480px;
	height:180px;
/*	text-align:center;
	background:#CCC;*/
}

/************************************************************************************************
IZQUIERDA
************************************************************************************************/
#slideDr {
	float:left;
	margin:20px 0 0 10px;
	width:170px;
	text-align:center;
/*	border:1px solid green;*/
}

#slideDr img{ margin-bottom:20px;}


/************************************************************************************************
FOOTER
************************************************************************************************/
#footer{
	clear:left;
	margin:0 auto;
	width:820px;
	height:100px;
	padding:20px 0 0 160px;
	font-size:12px;
	line-height:17px;
	color:#FFF/*2B3C60*/;
	background:#FFF url(../interfaz/footer.png) center top no-repeat;
/*	border:2px solid #F2F2F2;*/
}

#footer div{
	float:left;
	display:block;
	width:310px;
	margin:8px 0 0 10px;
}
#footer div.i{
	padding-left:15px;
	border-left:1px solid #F2F2F2;
}

#footer a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#339A62;
	text-decoration:underline;
}


/************************************************************************************************
************************************************************************************************/
/*p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}*/



/* ANTERIOR Y SIGUIENTE -------------------------------------------------------------------------- */
.pasos{
	float: left;
	display: block;
	margin: 20px 0;
	font-size: 90%;
}

.pasos a{
	float: left;
	display: block;
	width: 55px;
	height: 23px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	color: #CCC;
	background: url(../interfaz/bt_ant.jpg) 0 0 no-repeat;
}
.pasos a.sgte{
	padding: 5px 20px 0 6px;
	background: url(../interfaz/bt_sgt.jpg) 0 0 no-repeat;
}
.pasos a:hover{
	color: #FFF;
	background-position: 0 bottom;
}


