@charset "utf-8";
/* CSS Document */

.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
a img{
border:none;
}

body{
background-image:url(../images/diseno/body_bg.png);
background-color:#000;
background-position:top center;
background-attachment:fixed;
color:#ccc;
}
#titulo_enlaces{
width:80%;
padding-right:50px;
margin-top:50px;
margin-bottom:5px;
margin:auto;
text-align:right;
}
#contenedor{
width:80%;

margin:auto;
background-image:url(../images/diseno/contenedor_bg.png);
border-radius:50px;
border-top-right-radius:30px;
border-top-left-radius:30px;
}
#cabecera{
background-color:#FFF;
padding:5px;

border-top-left-radius:50px;
border-top-right-radius:50px;
box-shadow: 3px 3px 3px #000;
}
#cabecera h1{
margin:0;
font-size:16px;
text-align:center;
}
#cabecera_icons{
text-align: right;
width: 27%;
float: right;
margin-right: 3%;	
}
#cabecera_icons a{
text-decoration:none;
}
/*MENÚ-----------------------------------------------------------*/
#menu{
padding:5px;
background-image:url(../images/diseno/menu_bg.png);
border-bottom:#333 1px solid;
}
#menu_categorias{
overflow:hidden;
}
.menu_categorias_categoria{
text-align:center;
width:105px;
float:left;
}

.menu_categorias_categoria img{
cursor:pointer;
}
.menu_categorias_categoria label{
color:#FFF;
display:block;
cursor:pointer;
}
/*-----------------------------------------------------------*/
#contenido{
min-height:500px;
padding:5px;
}
#seccion{
background-image:url(../images/diseno/seccion_titulo_bg.png);
border-top:#CCC 1px solid;
border-bottom:#CCC 1px solid;
padding:10px;
paddin-left:5px;
margin-top:4px;
height:29px;
}
#seccion h2{
margin:0;
padding:0;
}
#pie{
margin-top: -36px;
padding-bottom: 15px;
height:50px;
}
#marcar_visita{
position:fixed;
bottom:2%;
right:2%;
width:128px;
height:128px;
}
#marcar_visita img{
width:100%;
height:100%;
}




/*Varios Tags*/
.cursor_pointer{
cursor:pointer;
}





/*MAPA'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#mapa_fondo{
padding-top:10px;	
height:550px;
}
#reflejo{
z-index:666;
position:absolute;
display:none;
}
.mapa_redimensionar{
z-index:665;
position:absolute;
width:4%;
margin-left:74%;
margin-top:1px;
}
#mapa_info *{
cursor:pointer;	
}
#mapa_info{
z-index:665;
position:absolute;
width:29%;
margin-left:44%;
margin-top:1px;
display:none;
/*font-family: 'Condiment', cursive;*/
}
#mapa_info_abajo, #mapa_info_arriba{
position: absolute;
z-index: 667;
margin-top: 59%;
margin-left: 79%;
}
#mapa_info_abajo{
margin-top: 66%;	
}
#mapa_info_load{
position:absolute;
z-index:666;
margin-top: 23%;
margin-left: 18%;
height: 60%;
width: 63%;
color:#000;
overflow:hidden;
display:none;
}
.mapa_iconos_label{
position:absolute;
display:block;
padding:3px;
width:100px;

font-weight:bold;
font-size:14px;
color:#000;
background-color:#FFF;
text-align:center;
border:#000 1px solid;
border-radius:15px;
}
.mapa_iconos_visitado{
position:absolute;
z-index:663;
background-image:url(../images/iconos/mapa/icono_lugar_visitado.png);
width:15px;
height:15px;
}
#mapa_iconos{
position:absolute;
}
#mapa_iconos img{
z-index:664;
cursor:pointer;
position:absolute;
}
#mapa_iconos_home{
margin-left:177px;
margin-top:48px;
}
#mapa_iconos_sobre_mi{
margin-left:375px;
margin-top:105px;
}
#mapa_iconos_datos{
margin-left:484px;
margin-top:163px;
}
#mapa_iconos_intereses{
margin-left:664px;
margin-top:105px;
}
#mapa_iconos_academicos{
margin-left:564px;
margin-top:316px;
}
#mapa_iconos_idiomas{
margin-left:718px;
margin-top:255px;
}
#mapa_iconos_premios{
margin-left:735px;
margin-top:321px;
}
#mapa_iconos_conocimientos{
margin-left:690px;
margin-top:406px;
}
#mapa_iconos_links{
margin-left:979px;
margin-top:362px;
}
#mapa_iconos_experiencia{
margin-left:272px;
margin-top:350px;
}
/*FIN MAPA'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/



/*MEDIA QUERYS '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/*HASTA PANTALLAS DE 2000PX*/
/*@media screen and (max-width: 1340px) {
	
	#menu_categorias .menu_categorias_categoria img{
		width:100px;
		height:100px;
	}height:100px;
	}
	
	#menu_categorias_datos_personales{
		clear:both;	
	}
}
@media screen and (max-width: 690px) {
	#menu_categorias_datos_personales, #menu_categorias_antecedentes_academicos, #menu_categorias_conocimientos{
		clear:both;	
	}
}*/
/*
@media screen and (max-width:2000px){
	#contenedor{
		width:1067px;
	}
}
@media screen and (max-width:768px){
	#contenedor{
		width:90px;
	}
}
@media screen and (max-width:320px){
	#marcar_visita{
		width:60px;
		height:60px;
	}
}
*/
@media screen and (max-width:650px){
	/*COMUNES*/
	body{
		width:1349px;
		height:1067px;
	}
	.mapa_redimensionar{
		height:12%;	
	}
	/*FIN COMUNES*/
	
	/*load_sobre_mi*/	
	#mapa_info{
		width:650px;
		height:800px;
	}
	#load_sobre_mi_foto_cv{
		height:33%;
	}
	/*FIN load_sobre_mi*/	
	
}
/*FIN MEDIA QUERYS '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

