/* CSS Document */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
	  font-family: "Fertigo";
	  src: url(http://www.comunicatlan.org/Fertigo.otf) format("opentype");
}

body {
	font-family: "Fertigo", "Georgia", "Big Caslon", serif;
	line-height:1.5em;
	background-color:#000000;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#content {
	color: #928f8d;
	background-color:#FFFFFF;
	border: #CCCCCC medium solid;
	width: 48em;
	margin: 0px auto;
	padding: 0em .1em 0 .1em;
}
#header {
	color:#ffffff;
	background-color:#FF9900;
	background-image:url(images/h1_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: .2em;
}
#header h1, #header h2{
text-align:right;
margin-right:.2em;
}
#content_cols{
padding:.2em .4em .4em .4em;
margin:0px;

}
#right_col{
width: 21em;
float:right;
}
#left_col{
width:21em;
float:left;
}
#talentos{
clear:both;
width: 42em;

}
#contacto {
	width: 230px;
	border:#FF9900 thin solid;
	background-color: #FFE7DB;
	background-repeat: repeat;
	margin: 0px;
	padding: .5em;
}
ul#servicios {
	list-style:none;
	list-style-position: inside;
	width: 21em;
}
#servicios li {
	padding: 10px 50px;
	margin-bottom: 6px;
	border:#CCCCCC 1px solid;
	background-color:#efefef;
	background-image:url(images/servicios_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}
ul#servicios li ul li {
	padding: 3px;
	margin-bottom: 6px;
}
ul#servicios li ul {
	list-style:none;
	list-style-position:outside;
margin: 0;
padding:0px;
background-color:#CCCCCC;
}

ul#especificaciones_tec {
	list-style:none;
	list-style-position: inside;
	width: 21em;
}
#especificaciones_tec li {
	padding: 10px 50px;
	margin-bottom: 6px;
	border:#CCCCCC 1px solid;
	background-color:#efefef;
	background-image:url(images/especificaciones_tec_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}
ul#especificaciones_tec li ul li {
	padding: 3px;
	margin-bottom: 6px;
}
ul#especificaciones_tec li ul {
	list-style:none;
	list-style-position:outside;
margin: 0;
padding:0px;
background-color:#CCCCCC;
}
/*YOU TUBE ELEMENTS*/
#videoBar {
  width : 160px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top : 4px;
  padding-right : 4px;
  padding-left : 4px;
  padding-bottom : 0px;
}
