body
{
margin: 0 0 0 0;
}

#div-shadow
{
margin: 0px;
position: absolute;
width: 100%;
height: 100%;
-moz-box-shadow: inset 0 0 60px #000;
-webkit-box-shadow: inset 0 0 60px #000;
box-shadow: inset 0 0 60px #000;
z-index: 101
}


#div-header
{
position: fixed;
width: 100%;
height: 100px;
background-color: #333333;
z-index: 100;
top: 0;
}

#div-header
{
position: fixed;
width: 100%;
height: 100px;
background-color: #333333;
z-index: 100;
top: 0;
}


#contenedor-slider-120
{
position: relative;
margin: 500 auto 0 auto;
width: 100%;
height: 550px;
}



.form1 
{
color: #666666;
font-family: verdana;
text-align: right;
font-size: 14px;
}



.form2
{
color: #666666;
font-family: verdana;
text-align: right;
font-size: 14px;
background-color: #FFFFFF;
color: #000000;
border: 2px solid #6D6D6D;
border-radius: 2px;
box-shadow: 3px 3px 0px #CCCCCC;
}




/******************************************************************************/
/* Menu CSS */#cssmenu,
.menudes {
position: relative;
overflow: hidden;
width: 100%;
height: 40px;
margin: 5x auto 5px;
text-align:center;
font-family: arial;
font-size: 18px;

}
.menudes a {
display: inline-block;
width: 20%; /* 100% dividido por el número de elementos del menú */
box-sizing: border-box;
padding: 10px 0px;
color: #fff;
text-decoration: none;
}

.marca {
position: absolute;
bottom: 4px;
left: -20%; /* Al menos 1/2 del ancho de cada enlace */
width: 10%; /* 1/2 del ancho de cada enlace */
height: 2px;
background: #ff9900;
transition: 0.5s ease-in-out; 
}
.menudes a:nth-child(1):hover ~ .marca {
left: 13.5%; /* 1/4 Ancho del enlace */
}
.menudes a:nth-child(2):hover ~ .marca {
left: 34.5%; /* 1/4 Ancho del enlace + 1 vez ancho enlace */
}
.menudes a:nth-child(3):hover ~ .marca {
left: 55.5%; /* 1/4 Ancho del enlace + 2 veces ancho enlace */
}
.menudes a:nth-child(4):hover ~ .marca {
left: 76.5%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}
.menudes a:nth-child(5):hover ~ .marca {
left: 85%; /* 1/4 Ancho del enlace + 4 veces ancho enlace */
}



/******************************************************************************/
#contenedor-iconosI
{
position: absolute;
margin: 0 auto 0 auto;
width: 100%;
}
#contenedor-iconosII
{
position: absolute;
margin: 0 auto 0 auto;
width: 100%;
}


/* Images Hover Home*/
/* Definiomos los estilos generales*/
.vista {
	position: relative;
	margin: 0 auto 0 auto;
    width: 400px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 10px 2px #cccccc;
    border-radius:10px;
    cursor: default;
}
.vista .mascara, .vista .contenido {
    width: 400px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.vista img {
    display: block;
    position: relative;
}
.vista h2 {
    font-family: verdana;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: hsla(0,0%,0%,0.8);
    margin: 20px 0 0 0;
}
.vista p {
    font-family: verdana;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.vista a.informacion {
    font-family: verdana;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 1px #000;
}
.vista a.informacion:hover {
    box-shadow: 0 0 5px #000
}
/******************************************************************************/
/* Estilos para ejemplo 10 */
.vista img { 
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.vista .mascara { 
    background-color: rgba(0, 0, 0, 0.2); 
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}   
.vista h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
.vista p {
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.vista a.informacion { 
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.vista:hover img { 
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}
.vista:hover .mascara { 
    opacity: 1;
}                                                                            
.vista:hover h2,
.vista:hover p,
.vista:hover a.informacion {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}







/******************************************************************************/
/* Fade-Hover-Facebook */
 /* al DIV contenedor lo centramos centramos y dimensionamos */
  #facebook {
    cursor: pointer;  
    height: 190px;  
    margin: 0 auto;
    position: relative;
    float:right;
    width: 200px;  
    /* y acá, colocamos la segunda iamgen como fondo */
    background: transparent url('images/facebookII.jpg') no-repeat left top;  
  }  
  /* a la etiqueta IMG interna, le agregamos el efecto y la transición */
  #facebook img {
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 0.5s;
    opacity: 1;
    /* agreamos el filtro para que en IE8 funcione aunque no sea animado */
    filter:alpha(opacity=100);
  }
  /* al poner el cursor encima, la imagen se oculta así que lo que veremos es el fondo de la segunda imagen */
  #facebook:hover img {
    opacity:0;
    filter:alpha(opacity=0);
  }
  
  
  
  
  
  
/******************************************************************************/
/* Acordeon-Portfolio */

#wrapper {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 320px;
	height: 100%;
	padding: 10px;
	margin: 0 auto 0 auto;
	float:right;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 0 20px #999;
}
.caroufredsel_wrapper {
	border-radius: 15px;
}
#carousel {
	padding-top: 350px;
}
#carousel div {
	width: 320px;
	height: 380px;
	margin-top: -350px;
	position: relative;
}
#carousel div span {
	background-color: #666;
	border-top: 1px solid #ccc;
	color: #fff;
	font-size: 12px;
	font-family: verdana;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 29px;
	cursor: pointer;
}
#carousel div span:hover {
	background-color: #555;
}
#carousel div span.selected {
	background-color: #ff9900;
	cursor: default;
}
 
#source {
	text-align: center;
	width: 400px;
	margin: 0 0 0 -200px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}
#source, #source a {
	color: #999;
	font-size: 12px;
}


.titulo
{
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 30px;
text-align: left;
color: #333;
}

.titulo-h1
{
font-family: verdana;
font-size: 30px;
text-align: left;
color: #333;
font-weight: bold;
text-shadow: 2px 2px 0px #CCCCCC;
}

.texto
{
font-family: verdana;
font-size: 13px;
text-align: justify;
color: #333;
line-height: 150%;
}