/* CSS Document */

body {
	text-align:center;
	/*background:#9ad423 url(img/bck.gif) repeat-y center top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404059;
	background: #F3F2FF;
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin-top:3px;
	margin-bottom:20px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#404059;
	background-color:#fff;
	margin:5px 0 1px 0;
	border-bottom:0px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#7979AC;
	background-color:#fff;
	padding-left:2px;
	margin:10px 5px 10px 5px;
	border-bottom:1px dashed #7979AC;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight:normal;
	color:#404059;
	background-color:#fff;

}

a img {
	border: none;
}

img {
	border: none;
}
/*** FORMULARIOS: ***/

form {
}

input, textarea {
	border:1px solid #7979AC; 
	font-size: 95%;
}

fieldset {
	border: none;
}
label, button {
	cursor:pointer;
	display:block;
	width:120px;
	margin-top:10px
}
input:focus, select:focus, textarea:focus {
	color: #404059;
	background-color: #F3F2FF;
}
#butt{
	text-align:right;
}

.submit {
	background-color: #ededed;
	border: 1px solid #7979AC;
	margin:10px 0px 10px 0;
	color: #000;
	width:65px
}
/*** END FORMULARIOS: ***/
/* COLORES
F3F2FF - BACKGROUND
E3E3FF
DBDBFF
C2C2F5
B7B7EA - BACKGROUND OSCURO
A9A9DC
7979AC - BORDERS
404059 - TEXT
*/
/*** CONTENEDORES ***/
	#main_wrapper {
		margin: 0 auto;
		width:520px;
		margin-top:2px;
		text-align:center;
		overflow: hidden;
	}
html>body 	#main_wrapper {
		margin: 0 auto;
		width:520px;
		margin-top:2px;
		text-align:center;
		overflow: hidden;
	}
	#in-wrapper {
		text-align:center;
		overflow: auto;
	  	margin-top:5px;
	  	margin-bottom:10px;		
		width:495px;
		color:#404059;
		background:white;
		padding: 5px; 
		border:1px solid #7979AC
	}


/*** CONTENEDORES ***/	
/*** CABECERA ***/
	#head {
	  background:url(img/logo_top.jpg) no-repeat;
		background-position: center center; 
		padding: 5px;
	  border:1px solid #7979AC;
		width:480px;
		height:170px;	
	}
/*** END CABECERA ***/

/*** barra de navegacion ***/
	#line {
		width:470px;
		height:30px;
		padding: 8px;
	}
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: square;
}

#navlist a
{
padding: 1px 5px 1px 10px;
border: 1px solid #7979AC;
color:#404059;
background-color: #F3F2FF;
}

#navlist a:link, #navlist a:visited
{
color: #404059;
background-color: #F3F2FF;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #7979AC;
color: #404059;
background-color: #B7B7EA;
}

#navlist .activo a:link, #navlist .activo a:visited, #navlist .activo a:hover
{
border: 1px solid #7979AC;
color: #404059;
background-color: #B7B7EA;
}

#navlist .inactivo {}
/*** END barra de navegacion ***/

#contenidos{
    float:left;
    width:460px;
    min-height: 100px;
    padding: 15px;
	color: #404059;
    background-color: #fff;
	text-align:left;
}
* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
    height: 100px;
}
.titulos {
    color: #036;
	background-color: #fff;
}	

/*** PORTOFOLIO ***/
#div_ciriano , #div_metalco , #div_idealog , #div_tavir {
	width: 440px;
	height: 180px;
	padding: 5px;
	color: #404059;
	background-color: #f3f2ff;
	border: 1px solid #7979AC;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#div_ciriano p , #div_metalco p , #div_idealog p , #div_tavir p {
	width: 215px;
	padding: 2px 2px 2px 2px;
	margin: 0;
	float: left;
}
#ciriano , #metalco , #idealog , #tavir {
	border: 1px solid #ccc;
	margin: 1px;
	float: left;
	}
/*** END PORTOFOLIO ***/
	#in-bottom-up {
		padding: 5px;
		width:450px;
		height:10px;	
	  margin-bottom:5px;		
	}
	#in-bottom {
	  background:url(img/logo_barra.jpg) no-repeat;
	  background-position: center center;
	  padding: 5px;
	  border:1px solid #7979AC;
	  width:450px;
	  height:10px;	
	  margin-bottom:0px;		
	}


