/* CSS Document */


html, body
{
	
	font-size: 12px;
	margin: 0;
	background-image: url(../imagen/body.jpg);
	background-repeat: repeat-x;
	padding: 0;
	text-align: center;
	font-family:font-family:Arial, Helvetica, sans-serif;
}

a:link {text-decoration:none;color:#009900;}

a {text-decoration:none;
color:#009900;}
a:hover{color:#CC0000;}

#contenedor
{
	border: solid 1px #CCCCCC;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background-image: url(../imagen/banner-patente2.jpg);
	background-repeat: no-repeat;
	height: 220px;
	background-color: #FFFFFF;
	width: 100%;
}

#contenedor-contenido
{
	background-color: #FFFFFF;
	height: 300px;
}

#contenedor-datos
{
	width: 750px;
	height: 250px;
	margin: auto;
	margin-top: 40px;
	border: solid 1px #CCCCCC;
	background-repeat: no-repeat;
}

#contenedor-datos2
{
	width: 750px;
	height: 170px;
	margin-top: 40px;
	border: solid 1px #CCCCCC;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

.caja1
{
	width: 140px;
	height: 140px;
	margin: 3px;
	float: left;
	margin-top: 10px;
}

.caja2
{
	width: 450px;
	height: 230px;
	margin: 3px;
	float: left;
}

.caja3
{
	width: 140px;
	height: 140px;
	margin: 3px;
	float: left;
	margin-top: 10px;
}

#casilla1
{
	width: 300px;
	height: 30px;
	margin: 3px;
	margin-top: 60px;
	margin: auto;
	text-align: center;
	padding-top: 6px;
	color: #FF0000;
}
#casilla2
{
	width: 220px;
	height: auto;
	margin: 3px;
	margin-top: 10px;
	margin: auto;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
#casilla3
{
	width: 120px;
	height: 30px;
	margin: 3px;
	margin-top: 10px;
	margin: auto;
}
#casilla4
{
	width: 300px;
	height: 30px;
	margin: 3px;
	margin-top: 10px;
	margin: auto;
	text-align: center;
	padding-top: 6px;
	color: #FF0000;
}
#casilla5
{
	width: 220px;
	height: auto;
	margin: 3px;
	margin-top: 10px;
	margin: auto;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
#casilla6
{
	width: 120px;
	height: 30px;
	margin: 3px;
	margin-top: 10px;
	margin: auto;
}


#footer
{
	padding-top: 10px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #003366;
	clear: both;
}



/* *** hack css *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
