/* CSS Document */

*,html{
	margin:0px;
	padding:0px;
}

:focus{
	outline:0;
}

body{
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

#web{
	width:929px;
	margin:0 auto 0 auto;
	background-color: #FFFFFF;
	padding-bottom:10px;
}

#cabecera{
	width:100%;
	height:110px;
	background-image:url(../images/bg_cabecera.jpg);
	background-repeat:no-repeat;
}

#cabecera a{
	float:right;
}

h1{
	font-size:30px;
	color:#66c833;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#lopd h1{
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top:20px;
	font-size:24px;
}

h1:first-letter{
	font-size:200%;
	color: #009900; 
}
#lopd h1:first-letter{
	font-size:100%;
	color: #666; 
}

h2{
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CA5EC9;
	padding-bottom: 15px;
	font-weight: normal;
}
#lopd h2{
	color:#666;
}

hr{
	height:0px;/*solo queremos borde*/
	border-top:0px;/*quita el grosor extra de Opera y FFox*/
	border-bottom:#66c833 dashed 1px;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

a:link{
	color: #666;
	text-decoration:none;

}
a:visited{
	color: #666;
	text-decoration:none;
}
a:hover{
	color: #666;
	text-decoration:underline;
}
a:active{
	color: #666;
	text-decoration:underline;
}

/*-----------menu-----------*/
#menuprincipal{
	width:100%;
	background-image: url(../images/bg_menuprincipal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuprincipal ul {padding:5px 0 0 1em; margin:0; list-style:none; height:40px; position:relative; background:transparent url(../images/menu_0c.gif) repeat-x left bottom; font-size:12px;}

#menuprincipal li {float:left; height:40px; margin-right:3px;}

#menuprincipal li a {
	display:block;
	float:left;
	height:40px;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	background:url(../images/menu_0a.gif) no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#menuprincipal li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(../images/menu_0b.gif) no-repeat right top;}

#menuprincipal li.current a {color:#009900; background:url(../images/menu_2a.gif) no-repeat;}

#menuprincipal li.current a b {background:url(../images/menu_2b.gif) no-repeat right top;}

#menuprincipal li a:hover {color:#666; background: url(../images/menu_1a.gif) no-repeat;}

#menuprincipal li a:hover b {background:url(../images/menu_1b.gif) no-repeat right top;}

#menuprincipal li.current a:hover {color:#666; background: url(../images/menu_2a.gif) no-repeat; cursor:default;}

#menuprincipal li.current a:hover b {background:url(../images/menu_2b.gif) no-repeat right top;}

#submenu{
	height:38px;
	margin-bottom:5px;
	margin-left:20px;
}

#submenu ul{
	list-style:none;
}

#submenu li{
	display:inline;
	font-size:12px;
	float:left;
}

#submenu a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
	line-height: 38px;
	height:38px;
	padding:10px 12px 10px 11px;
	background-image:url(../images/bg_menulist.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#submenu a:link{
	color:#66c833;
}

#submenu a:visited{
	color:#66c833;	
}

#submenu a:hover, #submenu a.actual{
	color:#009900;
/*	background-color:#9fc346;
	background-image:url(../images/bg_menulist2.gif);
	background-repeat:no-repeat;
	background-position:right;
*/}

#submenu a:active{
	color:#FFF;
}

/*-----------fin de menu-----------*/

/*-----------INDEX---------------*/
#contenidoIndex{
	padding:0 0 25px 0;
	font-size:14px;
}

#contenidoIndex a{
	text-decoration:none;
}

#contenidoIndex h2 a{
	font-size:18px;
	height:43px;
	line-height:43px;
	padding-left:75px;
	color:#CA5EC9;
}

#contenidoIndex h1 a{
	font-size:20px;
	color:#66c833;
}

.mod_left, .mod_right{
	width:261px;
	height:191px;
	margin-bottom:10px;
	padding:20px;
	background-image:url(../images/bg_modIndex.jpg);
	background-repeat:no-repeat;
}

.mod_left{
	float: left;
	margin-right:8px;
}

.mod_right{
	float: right;
}

.mod_left p, .mod_right p{
	padding-bottom: 8px;
	line-height: 18px;
}

.mod_left a, .mod_right a{
	color:#666;
}

.mod_left li, .mod_right li{
	list-style-position:inside;
	list-style-image: url(../images/li.jpg);
	line-height:15px;
}

/*--------FIN DE INDEX----------*/

#principal{
	width:100%;
	padding-top:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
}

#breadcrumbs{
	font-size:11px;
	padding: 5px 15px;
	color:#333;
	background-color:#EAEAEA;
}

#breadcrumbs a{
	color:#333;
}

#lateral{
	width:380px;
	float:right;
	margin:0 10px 0 0;

}

#contenido, #contenido100, #lopd{
	float:left;
	padding:0 10px 25px 30px;
}

#contenido{
	width:480px;
}

#contenido100, #lopd{
	width:890px;
}

#contenido100 a, #lopd a{
	color:#666;
}
#contenido p, #contenido100 p{ 
	font-size: 14px;
	text-indent: 50px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 18px;
}
#lopd p{
	font-size: 14px;
	text-indent: 0;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 18px;
}

#contenido100 ul{
	padding-left:30px;
}

#contenido100 li{
	font-size: 14px;
	list-style-image: url(../images/li_v.gif);
	padding-left:5px;
	padding-bottom:4px;
	list-style-position: outside;
	line-height: 17px;
}

.left50{
	width:48%;
	float:left;
}

.right50{
	width:48%;
	float:right;
}

#contenido100 h3{
	padding-bottom:12px;
	color:#009900;

}

.imgleft{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.imgright{
	float:right;
	margin-left:20px;
	margin-bottom:10px;

}

#ofrecemos{
	clear:both;
	height:830px;
	padding:0 180px 25px 40px;
	background-image: url(../images/bg_servicios_matrallune.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
}

#ofrecemos h2{
	font-size:20px;
	color:#009900;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#ofrecemos .lema{
	color:#66c833;
	text-align:center;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	padding-bottom: 20px;
}

#ofrecemos p{
	text-indent: 0;
	font-size: 13px;
	padding-bottom: 14px;
	line-height: 16px;
}

#ofrecemos a{
	color:#666;
}

#ofrecemos ul{
	font-size: 13px;
	padding-left:15px;
	padding-bottom:5px;
}

#ofrecemos li{
	line-height: 16px;
	list-style-type: none;
	list-style-image: url(../images/li.gif);
	list-style-position: inside;
}

#ofrecemos ul ul{
	padding-top:5px;
}

#ofrecemos li li{
	list-style-image: none;
	list-style-type: square;
}

#diseno{
	width:340px;
	float:left;
	margin-top:170px;
}

#comunicacion{
	width:340px;
	float:right;
	margin-top:170px;
}


.clear{
	clear: both;
}

.p_ultimo{
	padding-bottom: 0px!important;
}

.frase{
	float:right;
	width: 180px;
	margin-left:25px;
	padding-right:20px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #66c833;	
}

.frase p{
	font-size: 24px!important;
	color:#999;
	text-align: left!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal!important;
	font-style: italic;
	text-indent: 0!important;
}

.comillas{
	font-weight: bold;
	font-size: 200%;
	color:#009900;
}

.verde{
	color:#009900;
}

.outbox {
	width:480px;
	background:url(../images/bg-outbox-mid.gif) repeat-y;
	margin-bottom:10px;
}

.outbox strong{
	color:#009900!important;
}

.outbox .top {background:url(../images/bg-outbox-top.gif) top no-repeat; padding-top:25px;}

.outbox .mid {padding:0 25px; text-align:left;}

.outbox .bot {background:url(../images/bg-outbox-bot.gif) bottom no-repeat; text-align:center; padding-bottom:10px;}

/*----------------------*/	

.top2 {
	height:9px; 
	background-image:url(../images/top_line2.gif); 
	background-repeat: repeat-x; 
	margin:5px 0 0 0;
}

img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }


.contentbox2 {
	background-color: #e26ee4;
	background-image:url(../images/bg_destacado_mid.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding:15px 20px 10px 30px;
	color:#FFF;
}
	
.bottom2 { 
	height:11px; 
	background-image:url(../images/btm_line2.gif); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0 0 20px 0;
	}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }

/*-----------proyectos-----------*/	
#proyectos{
	padding:0 10px 25px 30px;
}

#proyectos li{
	display: inline;
	list-style-type: none;
}

#proyectos li img{
	border: 2px solid #CCC;
	width:270px;
	height:105px;
	margin-right:11px;
	margin-bottom:11px;
}

#proyectos li img:hover{
	border: 2px solid #999;
}

#pie_foto{
	padding: 20px 10px 10px 10px;
	border: 10px solid #DBDBDB;
}

#pie_foto p{ 
	font-size: 14px;
	line-height: 18px;
}

#pie_foto #left{
	width:50%;
	float:left;
}

#pie_foto #right{
	width:45%;
	float:right;
}

#pie_foto .titulo{
	font-size:20px;
	color:#009900;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: normal;
}

.boton{
	background-image:url(../images/boton.jpg);
	width:133px;
	height:50px;
	line-height:43px;
	padding-left:33px;
	float:right;
}

.volverlistado {
	float:right;
	width:100px;
	text-align:center;
	padding-top:3px;
	padding-bottom:5px;
	/*border: 2px solid #009900;*/
	background-color:#EBEBEB;
}

.volverlistado a, .boton{
	font-size:13px;
	color:#666;
	text-decoration:none;
}

.volverlistado a:hover, .boton:hover{
	color:#009900;

}

.paginacion{
	font-size:12px;
	text-align:right;
	padding-right:40px;
}

.paginacion table{
	float:right;
}
/*-----------fin de proyectos-----------*/		
#pie{
	clear: both;
	width:100%;
	background-color:#F4F4F4;
	padding-top:5px;
}


#pie img{
	vertical-align:middle;
}

#pie a{
	text-decoration:none;
	color:#000;
}
#pie_menu{
	width:100%;
	margin:20px auto;
	font-size:11px;
	text-align:left;
}
#pie_menu b{
/*	font-size:14px;
	color:#b4e41c;
*/	
}
#pie_menu ul{
	margin-top: 5px;  

}
#pie_menu li{
	list-style-type: none;
	margin-bottom: 5px;
	color: #999;
}
#pie_menu a:link{
	color: #999;
	text-decoration:none;

}
#pie_menu a:visited{
	color: #999;
	text-decoration:none;
}
#pie_menu a:hover{
	color: #666;
	text-decoration:underline;
}
#pie_menu a:active{
	color: #666;
	text-decoration:underline;
}

#redesSociales{
	float:left;
	width:25%;
	margin-right: auto;
	margin-left: auto;
	padding:0 0 10px 10px;
	font-size:12px;
}
.megusta{
	width:100%; float:left; margin:0 0 10px 0; padding:0;
}
#redesSociales ul{
	float:left;
}
#redesSociales li{
	display: inline;
	list-style-type: none;	
}

#redesSociales li img{
	vertical-align:middle;
	border:0;
}
.address{
	clear:both;
	width:95%;
	height:20px;
	line-height:20px;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/bg_pie.jpg);
	background-repeat:repeat-x;
	padding: 8px 20px;
	color:#666;
}
