@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: my_font_one;
	src: url(CantoraOne-Regular.ttf);
}

body
{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #68b801;	
}

#my_page
{
	margin-top: 50px;
	background-color: white;
	min-height: 900px;
	box-shadow: 1px 1px 5px 1px #b0b0b0;
	-moz-box-shadow: 1px 1px 5px 1px #b0b0b0;
	-webkit-box-shadow: 1px 1px 5px 1px #b0b0b0;
	border-top-left-radius: 5px; 
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px; 

}

#my_page_title
{
	float: left;
	padding: 20px;
}

#my_page_title > h1
{
	font-style: italic;
	font-weight: 300;
	font-family: my_font_one;
	color: #276795 !important;
	font-size: 4.2em !important;
	line-height: 60px;
	text-shadow: 2px 2px 3px #303030;
}

#my_page_subtitle
{
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
}

#my_page_subtitle p:first-child
{
	color: #276795;
}

#my_page_body_title
{
	font-weight: 400;
	font-family: my_font_one;
	color: #93282D !important;
	font-size: 1.7em !important;
	text-shadow: 1px 1px 2px #303030;
	margin-left: 20px;
	margin-bottom: 20px;
}

#my_page_badge
{
	float: right;
	position: relative;
	z-index: 2;
	left: 50px;
}

#my_slideshow
{
	float: right;
	width: 500px;
	height: 600px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#my_page_body
{
	margin-left: 20px;
}

#my_button
{
	width: 210px;
	font-family: my_font_one;
	font-size: 1.7em;
	font-weight: 600;
}
#logo_cea
{
	float: right;
}
#logo_cea > img
{
	margin: -50px 35px 0px 0px;
}

#my_space
{
	position: relative;
	z-index: 3;
}

#my_footer
{
	float: left;
	margin-left: 15px;
	background-image: url(../img/onda.png);
	background-repeat: no-repeat;
	margin-top: -110px;
	width: 1170px;
	height: 286px;
	position: relative;
	z-index: 2;
}