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

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

/*GRANDIENTE DE COLOR*/

background: #e0e0e0; /* Old browsers */

background: -moz-linear-gradient(top,  #e0e0e0 0%, #f4f4f4 40%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(40%,#f4f4f4)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f4f4f4 40%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e0e0e0 0%,#f4f4f4 40%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e0e0e0 0%,#f4f4f4 40%); /* IE10+ */

background: linear-gradient(to bottom,  #e0e0e0 0%,#f4f4f4 40%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

/*FIN GRANDIENTE COLOR*/

}

#cuerpo{
	width:100%;
	margin: 0 auto 0 auto;
}

#contenedor{
	width:1000px;
	margin: 0 auto 0 auto;
}

#banner{
	width: 920px;
	height: 21.17px;
	padding: 44px 40px 36px 40px;
	background-image: url(../image/fondo_banner-01.png);
	background-repeat: no-repeat;
	margin-top:15px;
	text-align:right;
	color:rgba(255,255,255,1);
}

#banner a{
	color:rgba(255,255,255,1);
	text-decoration:none;
	margin: 0 3px;
}

#banner a:hover{
	color:rgba(204,204,204,1);
}

#slide{
	width:1000px;
	height:323px;
	margin-top:20px;
}

#contenido{
	width:800px;
	min-height:74.27px;
	margin-top:20px;
	margin-bottom:50px;
	background-color:rgba(102,102,102,0.4);
	background-image:url(../image/logo-01.png);
	background-repeat:no-repeat;
	padding:60px 20px 20px 180px;
	font-size:13px;
	}

#footer{
	width:100%;
	height:100px;
	background-image:url(../image/dondo_footer-01.png);
	background-repeat:repeat-x;
	
	left:0;
	bottom:0;
	z-index:9999;
}

#footer_int{
	width:960px;
	height:79px;
	margin: 0 auto 0 auto;
	padding:10px 20px 10px 20px;
}

#footer_int{
	color:rgba(255,255,255,1);
	font-size:12px;
}

#footer_int a{
	color:rgba(255,255,255,1);
	font-size:12px;
	text-decoration:none;
}

#footer_int a:hover{
	color:rgba(204,204,204,1)
}

#copyright{
	text-align:right;
}

.margin_txt2{
	margin: 0 0 0 41px;
}

.margin_txt{
	margin: 0 0 0 38px;
}

.color{
	font-weight:bold;
}

.color:hover{
	color:rgba(255,0,0,1);
	font-weight:bold;
}

.color2{
	font-weight:bold;
	color:rgba(255,0,0,1);
}


h1{
	color:rgba(255,0,0,1);
	font-size:36px;
}


h3{
	margin-bottom:7px;
	margin-top:7px;
	color:#fff;
}

.form{
	padding:5px;
	background:rgba(102,102,102,1);
	width:300px;
	color:rgba(255,255,255,1);
}

.form_com{
	padding:5px;
	background:rgba(102,102,102,1);
	max-width:700px;
	max-height:150px;
	color:rgba(255,255,255,1);
}

.marg_galeria{
	margin-top:15px;
}

#galeria img{
	border-radius: 15px;
}

#galeria img{
	-webkit-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-ms-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

#galeria img:hover{
	opacity:0.7;
}
	
.marg_center{
	margin: 0 9px;
}

.marg_left{
	margin-left:7.5px;
}

.marg_right{
	margin-right: 7.5px;
}
	
.marcar{
	color:rgba(51,51,51,1);
	font-weight:bold;
}