html{
	
	height: auto;
	margin: 0 auto;
	
	
}

a{
	text-decoration: none;
	color: #a336b5;
	
}
a:hover{
	color: #702785;
}


a.tooltip span { position:absolute;font-family:Arial, Helvetica, sans-serif;display:none; padding:5px 5px; margin-left:8px; font-size:11px; width:150px; background-color:#FFFFFF; z-index:10;}
a.tooltip:hover span{ position:absolute;font-family:Arial, Helvetica, sans-serif;display:inline;  background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;z-index:10;}




/*.tapadillo{ position:absolute; background-color:#FFF; width:50px; height:20px; color:#fff; z-index:0; margin-left:875px;}*/


body{
	width:955px;	
	margin:0 auto;
	margin-top:25px;
	text-align: left;
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	font-family:Calibri,Arial;
	background-color: #efefef;	
	font-style: normal;
}

		.cajaarriba{
		width: 955px;
		margin:0 auto;
		background-image: url(../images/arriba.png);
		background-repeat: no-repeat;
		height:20px;


	}
	.cajaabajo {
	    width: 955px;
		background-image: url(../images/abajo.png);
		background-repeat: no-repeat;
		margin:0 auto;
		height:20px;
		background-color:#FF0000;
		

	}






p{
	
	font-family:Calibri,Arial;
	text-align: left;
	line-height: normal;
	font-size:0.91em;
	font-stretch:normal;
	margin: 0 0 15px 0;
	line-height:normal;
	padding: 0;
}
p a{
	text-decoration: none;
	color: #9D2BBA;
}
p a:hover{
	color: #000;
}

/*H5{

}*/

/*GENERALES*/	  

h1{
	line-height: normal;
    font-family:Georgia,Times New Roman;
	font-size:28px;
    color: #a336b5;
	font-weight:normal;
	font-style:italic;
	margin-top:0;
	/*border-bottom: 1px  dashed #702785; modificado */
	

	
}

h2{
	line-height: normal;
    font-family:Georgia,Times New Roman;
	font-size:15px;
    color: #a336b5;
	font-weight:normal;
	
}

h3{
	line-height: normal;
    font-family:Georgia,Times New Roman;
	font-size:14px;
    color: #666;
	font-weight:normal;
	font-size-adjust:none;
	font-variant:normal;
	
}


#tooltip {
	width:150px;
	padding: 10px;
	background: #FFF;
	border: 1px  dashed #a631a3;
	text-align:left;
	
}

span.tip {
    border-bottom: 1px solid #a631a3;
	
}



.color_corporativo {
	color: #a336b5;
    
	
}







<!--Cabecera-->

#cabecera{
	position: relative;
	margin: 0;
	padding: 0;
	width:955px;
	height:115px;
	/*background-color:#fff;*/
	padding-top:5px;
	margin:0 auto;
	
}





/*banner home*/	  

#banner_home img{	
	width:926px;
	height:536px;
	margin:0 0px 0 15px;
}



#banner_home ul{
    float:right;
	line-height:normal;
	margin: 345px 0px 0px 0px;
	padding:15px 15px 0px;
	width:492px;
	height:165px;
	line-height:normal;
	z-index:99;
}



/*estilo image*/

 .image{
	padding:5px 5px 5px 2px;
	float:left;
	margin:0 5px 0 0;
 
}
 


#banner_home ul p{
	color:#666;
	font-family:Calibri;
	margin-top:0;
	font-size:0.91em;
	font-weight:lighter; 
}

#banner_home ul a{
	color:#702785;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	font-weight:normal;
	font-style:italic;
}

#banner_home h1 {
    margin:  0px;
	width:275px;
	float:left;
	font-size:19px;
	clear:right;
}

#banner_home h2 {
    margin: 0px; 
	}

#banner_home h1 a {
	text-decoration: none;
	color: #a336b5;
}

#banner_home h1 a:hover { 
text-decoration: none;
color: #000; }


#box {
	position:relative;
	float:right;
	background-color:transparent;
	width:270px;
	margin:0 0px 0 0;
	padding:0px 0px 0px 0px;
}




/*menu idiomas*/

#box .menuinfo {
	float:right;
    font-size:14px;
	padding-top:3px;
	margin-right:8px;
	font-weight:lighter;
}

#box .menuinfo a{
color:#666666;
}

#box .menuinfo a:hover{
color:#702785;
}


#box .menuinfo .selec{
color:#702785;
text-decoration:underline;

}


.menu_icos{
	position:absolute;
	left:10px;
	z-index:10;
}



/*Buscador*/

#box .buscador2 {
	float:left;
	background-color:#fff;
    width:220px;
}

/*Buscador*/

#box .buscador {
	float:right;
	background-color:#fff;
    width:167px;
}



#box .buscador input.author{   
	width:110px;
	padding-left:25px;
	color: #a336b5;
	background-image:
	url(../images/author_ico.gif);   
	background-repeat: no-repeat;
	border:#ccc 1px solid;
	-moz-box-shadow: 0px 0px 4px #ccc;
-webkit-box-shadow: 0px 0px 4px #ccc;
box-shadow: 0px 0px 4px #ccc;
 }
 
 #box .buscador input.author:focus{   
	outline:none;
 }
 

#box .buscador .bt{     
	width:14px;
	height:20px;
	color:#666;
	background-color:#FFF;
	border:#fff 1px solid;
	background-image:url(../images/boton_busca.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	cursor:pointer;
 }
 
 #box .buscador .bt:hover{     
	color:#a336b5;
	background-color: #fff;
	border:#a336b5 1px solid;
 }
 

#box .buscador .bt2{     
	width:50px;
	color:#666;
	background-color:#FFF;
	border:#ccc 1px solid;
 }
 
  #box .buscador .bt2:hover{     
	width:50px;
	color:#a336b5;
	background-color: #fff;
	border:#a336b5 1px solid;
 }




/*.tapadilloes{ position:absolute; background-color:#fff; width:15px; height:20px; color:#fff; z-index:99; left:923px; top:50px;}
.tapadilloen{ position:absolute; background-color:#fff; width:15px; height:20px; color:#fff; z-index:99; left:890px;top:50px;}*/
/*menu principal margen*/

#menu_princ {
font-weight: normal;
background-color:transparent;
height:37px;
width: 955px;
padding:0;
margin:0;
}


#menu_princ ul {
float: right;
display: block;
width: auto; 
height: 31px;
padding: 5px 0 0 4px;
margin: 0 14px 0 0;
background-color:transparent;
border: 1px dotted #ccc;
border-bottom: 0;
-moz-box-shadow: 0 0 4px #ccc;
-webkit-box-shadow: 0 0 4px #ccc;
-ms-box-shadow: 0 0 4px #ccc;
box-shadow: 0 0 4px #ccc;
}

#menu_princ ul li {
display: inline;
text-decoration: none;
padding: 0;
margin: 0;
}

/*#menu_princ ul li.a {
display: inline;
text-decoration:none;
}
#menu_princ ul li.b {
display: inline;
text-decoration:none;
}*/

#menu_princ ul li a {
display: inline;
float: left;
text-decoration: none;
font-family:Georgia, Times New Roman;
font-size:1.0em;	
border-right:#CCCCCC 1px dotted;
color: #666666;
margin: 0;
margin-right: -1px;
padding: 0px 15px 0 15px;
height: 15px;
text-decoration: none;
}


#menu_princ ul li a:hover{
color: #a336b5;
background-color:transparent;
}






.arriba{
	position:relative;
	width: 955px;
	height: 20px;
	background-image:url(../images/arriba.png) ;
	background-repeat:no-repeat;
    padding: 0;
	margin: 0 auto;
}
/*aplicacion*/

#aplicacion{
	position: relative;
	width: 955px;
	height: 650px;
	background-color:#fff;
    padding: 0;
	margin: 0 auto;
}

.fondo{background-repeat:no-repeat;
	background-position:0 5px;
	background-image:url(../images/bg_menu.jpg) ;
}


/*logotipo*/

#logotipo{
margin-left:25px;
width:167px;
height:40px;
background-color:#fff;
padding-top:8px;
}

<!--END Cabezera-->


/*contenido*/
		
#contenido{
	position: relative;
	float: right;
	top: 0;
	right: 0;
	text-align: left;
	width: 955px;
	height: auto;
    margin: 0;
	padding: 0 0 0px 0;
}

/*pie de pagina*/
			
		

#pie{
float:left;
width: 955px;
height: 35px;
font-family:Arial;
font-size: 11px;
letter-spacing: 1px;
padding-top:15px;
text-align:left;
color: #666;
background-color: #fff;
}


#pie a{
	color: #666;
}

#pie a:hover{
	color: #a336b5;
}

#pie #col1 a{
float:left;
margin-left:15px;
}

#pie img{	max-width:21px;
	min-width:21px;
	min-height:21px;
	max-height:21px; margin:0 0 0 -2px; padding:0 0px 0 0px;}



#pie #col1 span{
float:left;
margin:4px 0 0 0;
font-style:normal;
}


#pie #col2{
float:right;
margin-right:15px;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
}

#pie #col2 span{
float:right;
margin-top:4px;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
}

#blog {
	position: absolute;
	width:492px;
	height:auto;
	max-height:192px;
	float: right;
	top: 405px;
	right: 0;
	padding:15px 15px 0px 10px;
	background-image:url(../images/fondo_saludo.png);
	z-index:99;
}

	
	

.titulo_post h1{
	margin:  0px;
	width:275px;
	float:left;
	font-size:19px;
	clear:right;
	line-height:16px;
	}

.cuerpo_post{
	color:#666;
	font-family:Calibri;
	margin:0;
	font-size:0.91em;
	font-weight:lighter;
	padding-bottom:0px;
	float:left;
	width:275px;
	}
.cuerpo_post p{
	margin:0;
	padding:8px 0 0 0;
	line-height:0.91em;
	color:#333;
	}

.cuerpo_post h1, h2, h3, h4, h5, h6, h7, h8{
	line-height:1px;
	font-family:Calibri, Arial;
	margin-top:0;
	font-size:0.91em;
	font-weight:lighter;
	padding-bottom:8px;
	clear:right;
	font-style:normal;
	color:#444;
	padding:6px 0 0 0;
	padding:0px 0 0 0\9
	}

	.ir_post a{float:left;
	width:275px;color:#702785;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	font-weight:normal;
	font-style:italic;
	padding:8px 0 8px 0;
	padding:10px 0 10px 190px\9
	}
.image_post {
	width:185px;
	height:155px;
}

.image_post img{
	padding:0px 5px 4px 0px;
	float:left;
	margin:-9px 5px 0 -4px;
	width:auto;
	height:auto;
	max-width:185px;
	min-width:150px;
	min-height:80px;
	max-height:155px;
}












