@import url("responsive.css") screen;


@charset "utf-8";
/* CSS Document */

body,td,pre{
    font-family: Arial;
	font-size:12px;
}

body {
	background: none repeat scroll 0% 0% #CCC;
	color: #333;
	font-family: "Droid Sans","Helvetica Neue","Nimbus Sans L",sans-serif;
	font-size: 13px;
	line-height: 1.62em;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1.62em;
}
.container_16{
	position: relative;
	margin: 0px auto;
	background: none repeat scroll 0% 0% #E9E9E9;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px #999;
	padding: 1.76%;
}
#Slider{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:7px;
	box-shadow: 0px 0px 3px #999;
	background: linear-gradient(#DDD, #BBB) repeat scroll 0% 0% transparent;
	box-sizing: border-box;
}
#Slider img{
	width:100%;
	border:none;
}
#Slider .TextoSlide{
	position: absolute;
	color: #FFF;
	top: 10%;
	left: 22%;
}

#Contenido{
	background: none repeat scroll 0% 0% #FFF;
	box-sizing: border-box;
	display: inline;
	margin-bottom: 10px;
	box-shadow: 0px 0px 3px #999;
	padding: 20px;	
}

#Contenido #breadcrumbs{
	margin: 0px 20px 10px;
	border-bottom: 1px solid #EEE;
}
#Contenido #breadcrumbs h6{
	display:inline;
	font-size: 1em;
}
#Contenido #breadcrumbs nav{
	display:inline;
}

.Boton{
	background-image: -moz-linear-gradient(center top , #FFF 0%, #E3E3E3 100%);
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	box-shadow: 0px 1px 0px 0px #FFF inset;
	color: #333;
	text-shadow: 0px 1px 0px #FFF;
	position: relative;
	font-weight: bold;
	padding: 0.4em;
}
.Boton:hover{
	background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
	box-shadow: inset 0 1px 0 0 white;
	cursor: pointer;
}
footer{
	position: relative;
	box-sizing: border-box;
	padding: 20px;	
	background-color:#333;
	color:#FFF;
	border-radius: 8px;
}

footer a{
	color:#FFF;
}

article{
}

article ul{
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 12px;
}
article ul ul {
    list-style-type: square;
}
article ul ul ul {
    list-style-type: circle;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#Col1{
}

#Copyright{
	position: absolute;
	right:5px;
	bottom:5px;
}
.SinEstilo{
	margin: 0;
	padding: 0;
	list-style: none;
}

.Portfolio{
	width:100%;
	box-shadow: 0px 0px 3px #999;
}